aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
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/dialogs/comp-editor.c
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/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 2d0f524c10..b6be8bd7e6 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -3193,11 +3193,11 @@ comp_editor_get_comp (CompEditor *editor)
/**
* comp_editor_get_current_comp
+ * @editor: a #CompEditor
+ * @correct: Set this no non-%NULL if you are interested to know if all
+ * pages reported success when filling component.
*
- * @param editor
- * @param correct Set this no non-NULL if you are interested to know if
- * all pages reported success when filling component.
- * @return Newly allocated component, should be unref-ed by g_object_unref.
+ * Returns: Newly allocated component, should be unref-ed by g_object_unref().
**/
ECalComponent *
comp_editor_get_current_comp (CompEditor *editor, gboolean *correct)