aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-02 02:04:09 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:40 +0800
commitab870b27cd05cc39e4755de9c6d9e02944977c17 (patch)
tree0ad0fb5bcf24985d904e46955fb390ad147c77d3 /calendar/gui/alarm-notify
parentd79a9a0fe16d52a9ec78b87ff2a63afa3a6e106e (diff)
downloadgsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.gz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.bz2
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.lz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.xz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.zst
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.zip
Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index 3bdd60a1b7..3f8cccb716 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -379,9 +379,10 @@ remove_queued_alarm (CompQueuedAlarms *cqa, gpointer alarm_id,
/**
* has_known_notification:
* Test for notification method and returns if it knows it or not.
- * @param comp Component with an alarm.
- * @param alarm_uid ID of the alarm in the comp to test.
- * @return TRUE when we know the notification type, FALSE otherwise.
+ * @comp: Component with an alarm.
+ * @alarm_uid: ID of the alarm in the comp to test.
+ *
+ * Returns: %TRUE when we know the notification type, %FALSE otherwise.
*/
static gboolean
has_known_notification (ECalComponent *comp, const gchar *alarm_uid)
@@ -2179,8 +2180,8 @@ alarm_queue_remove_async (struct _alarm_client_msg *msg)
/** alarm_queue_remove_client
*
* asynchronously remove client from alarm queue.
- * @param client Client to remove.
- * @param immediately Indicates whether use thread or do it right now.
+ * @client: Client to remove.
+ * @immediately: Indicates whether use thread or do it right now.
*/
void