From 1040078ce60b4641e5a3cdad6a2cef14660e63a3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Feb 2010 18:02:51 -0500 Subject: Update API documentation. Also, start fixing some Gtk-Doc warnings. There's a lot. --- e-util/e-profile-event.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'e-util/e-profile-event.c') diff --git a/e-util/e-profile-event.c b/e-util/e-profile-event.c index 4134ea95e4..33d7dfbdf7 100644 --- a/e-util/e-profile-event.c +++ b/e-util/e-profile-event.c @@ -89,15 +89,8 @@ e_profile_event_get_type(void) return type; } -/** - * e_profile_event_peek: - * @void: - * - * Get the singular instance of the profile event handler. - * - * Return value: - **/ -EProfileEvent *e_profile_event_peek(void) +EProfileEvent * +e_profile_event_peek(void) { if (e_profile_event == NULL) { e_profile_event = g_object_new(e_profile_event_get_type(), NULL); -- cgit v1.2.3