From 055e3b0fa9c66d64300b28124a2ae9f8ca80317d Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 9 Feb 2000 09:11:21 +0000 Subject: Added inline documentation comment - Federico svn path=/trunk/; revision=1703 --- calendar/cal-client.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/cal-client.c') 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) { -- cgit v1.2.3