aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-02-09 17:11:21 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-02-09 17:11:21 +0800
commit055e3b0fa9c66d64300b28124a2ae9f8ca80317d (patch)
tree4ae8177063016bc69d259549387ee5c8290768f6
parent79c8c9c847ebe2f39f972b36c69faa964962153b (diff)
downloadgsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar.gz
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar.bz2
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar.lz
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar.xz
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.tar.zst
gsoc2013-evolution-055e3b0fa9c66d64300b28124a2ae9f8ca80317d.zip
Added inline documentation comment - Federico
svn path=/trunk/; revision=1703
-rw-r--r--calendar/cal-client.c10
-rw-r--r--calendar/cal-client/cal-client.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/calendar/cal-client.c b/calendar/cal-client.c
index 3e0659357d..edf2aa0a12 100644
--- a/calendar/cal-client.c
+++ b/calendar/cal-client.c
@@ -472,6 +472,16 @@ cal_client_get_object (CalClient *client, const char *uid)
return retval;
}
+/**
+ * cal_client_get_uids:
+ * @client: A calendar client.
+ * @type: Bitmask with types of objects to return.
+ *
+ * Queries a calendar for a list of unique identifiers corresponding to calendar
+ * objects whose type matches one of the types specified in the @type flags.
+ *
+ * Return value: A list of strings that are the sought UIDs.
+ **/
GList *
cal_client_get_uids (CalClient *client, CalObjType type)
{
diff --git a/calendar/cal-client/cal-client.c b/calendar/cal-client/cal-client.c
index 3e0659357d..edf2aa0a12 100644
--- a/calendar/cal-client/cal-client.c
+++ b/calendar/cal-client/cal-client.c
@@ -472,6 +472,16 @@ cal_client_get_object (CalClient *client, const char *uid)
return retval;
}
+/**
+ * cal_client_get_uids:
+ * @client: A calendar client.
+ * @type: Bitmask with types of objects to return.
+ *
+ * Queries a calendar for a list of unique identifiers corresponding to calendar
+ * objects whose type matches one of the types specified in the @type flags.
+ *
+ * Return value: A list of strings that are the sought UIDs.
+ **/
GList *
cal_client_get_uids (CalClient *client, CalObjType type)
{