aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-component.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-08-15 07:59:13 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-15 07:59:13 +0800
commitbf9f26b7733b298c31415734d6f41d30e9213b54 (patch)
treeaa80ed4f38f7c9876287dd6568986816c138f3a5 /calendar/cal-util/cal-component.c
parent1f10ac10737d23e1e2a1243b4baccb5839f02e5d (diff)
downloadgsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.gz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.bz2
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.lz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.xz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.zst
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.zip
Added the cal-util library to the documentation framework - Federico
svn path=/trunk/; revision=4839
Diffstat (limited to 'calendar/cal-util/cal-component.c')
-rw-r--r--calendar/cal-util/cal-component.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c
index 05a9dbb9e6..7db5e348e4 100644
--- a/calendar/cal-util/cal-component.c
+++ b/calendar/cal-util/cal-component.c
@@ -127,7 +127,6 @@ static GtkObjectClass *parent_class;
/**
* cal_component_get_type:
- * @void:
*
* Registers the #CalComponent class if necessary, and returns the type ID
* associated to it.
@@ -294,7 +293,6 @@ cal_component_destroy (GtkObject *object)
/**
* cal_component_gen_uid:
- * @void:
*
* Generates a unique identifier suitable for calendar components.
*
@@ -330,7 +328,6 @@ cal_component_gen_uid (void)
/**
* cal_component_new:
- * @void:
*
* Creates a new empty calendar component object. You should set it from an
* #icalcomponent structure by using cal_component_set_icalcomponent() or with a
@@ -2809,7 +2806,7 @@ cal_component_set_url (CalComponent *comp, const char *url)
* @comp: A calendar component object.
* @pilot_id: Return value for the pilot ID.
*
- * Returns the pilot id of a calendar component object, if any.
+ * Queries the pilot id of a calendar component object, if any.
**/
void
cal_component_get_pilot_id (CalComponent *comp, unsigned long *pilot_id)
@@ -2838,7 +2835,7 @@ cal_component_set_pilot_id (CalComponent *comp, unsigned long pilot_id)
* @comp: A calendar component object.
* @pilot_status: Return value for the pilot sync status.
*
- * Returns the pilot status of a calendar component object, if any.
+ * Queries the pilot status of a calendar component object, if any.
**/
void
cal_component_get_pilot_status (CalComponent *comp, unsigned long *pilot_status)