diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:04:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:09:11 +0800 |
commit | b22ac14482bbf215e5ad457104580c624706feda (patch) | |
tree | ac09824783668346a351bcb54efc2a7362a5b490 /calendar/gui/alarm-notify | |
parent | da59e01247bfb9230e8c0931bea32301b5fad6e7 (diff) | |
download | gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.gz gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.zst gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.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.c | 11 |
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 |