[evolution-data-server/openismus-work-master: 10/10] Really implement e_cal_client_view_set_fields_of_interest().



commit 0ea391d0571c370d270ca93e94516dafe974de88
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Oct 15 11:34:32 2011 -0400

    Really implement e_cal_client_view_set_fields_of_interest().
    
    As discussed on bug https://bugzilla.gnome.org/show_bug.cgi?id=652180,
    this patch adds many '_component' variants to functions that are named
    with '_object', all the '_component' variants take an 'icalcomponent *'
    instead of an ical string.
    
    The magic filtering happens in e_data_cal_view_get_component_string()
    which creates an ical string representation while omitting properties
    that are not mentioned in the fields of interest.

 calendar/libedata-cal/e-data-cal-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/libedata-cal/e-data-cal-view.c b/calendar/libedata-cal/e-data-cal-view.c
index 24b2589..f10464f 100644
--- a/calendar/libedata-cal/e-data-cal-view.c
+++ b/calendar/libedata-cal/e-data-cal-view.c
@@ -687,7 +687,7 @@ e_data_cal_view_get_object_sexp (EDataCalView *view)
 /**
  * e_data_cal_view_object_matches:
  * @view: A view object.
- * @object: Object to match.
+ * @object: Object to match..
  *
  * Compares the given @object to the regular expression used for the
  * given view.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]