aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/ea-calendar-helpers.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/ea-calendar-helpers.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/ea-calendar-helpers.c')
-rw-r--r--calendar/gui/ea-calendar-helpers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/ea-calendar-helpers.c b/calendar/gui/ea-calendar-helpers.c
index b9c6c2415f..74d0d7307b 100644
--- a/calendar/gui/ea-calendar-helpers.c
+++ b/calendar/gui/ea-calendar-helpers.c
@@ -33,8 +33,8 @@
/**
* ea_calendar_helpers_get_accessible_for
* @canvas_item: the canvas item for a event or a jump button
- * @returns: the atk object for the canvas_item
*
+ * Returns: the atk object for the canvas_item
**/
AtkObject *
ea_calendar_helpers_get_accessible_for (GnomeCanvasItem *canvas_item)
@@ -67,10 +67,10 @@ ea_calendar_helpers_get_accessible_for (GnomeCanvasItem *canvas_item)
/**
* ea_calendar_helpers_get_view_widget_from:
* @canvas_item: the canvas item for a event or a jump button
- * @returns: the cal view widget if exists
*
* Get the cal view widget contains the canvas_item.
*
+ * Returns: the cal view widget if exists
**/
ECalendarView *
ea_calendar_helpers_get_cal_view_from (GnomeCanvasItem *canvas_item)
@@ -96,10 +96,10 @@ ea_calendar_helpers_get_cal_view_from (GnomeCanvasItem *canvas_item)
/**
* ea_calendar_helpers_get_cal_view_event_from
* @canvas_item: the cavas_item (e_text) for the event
- * @returns: the ECalendarViewEvent
*
* Get the ECalendarViewEvent for the canvas_item.
*
+ * Returns: the ECalendarViewEvent
**/
ECalendarViewEvent *
ea_calendar_helpers_get_cal_view_event_from (GnomeCanvasItem *canvas_item)