diff options
Diffstat (limited to 'e-util/e-profile-event.c')
-rw-r--r-- | e-util/e-profile-event.c | 11 |
1 files changed, 2 insertions, 9 deletions
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); |