application: Fix annoation of g_application_add_option_group

https://bugzilla.gnome.org/show_bug.cgi?id=761337
This commit is contained in:
Rico Tzschichholz 2016-01-30 20:57:44 +01:00
parent 169cfb250f
commit ec173eb654

View File

@ -759,7 +759,7 @@ g_application_add_main_option (GApplication *application,
/**
* g_application_add_option_group:
* @application: the #GApplication
* @group: a #GOptionGroup
* @group: (transfer full): a #GOptionGroup
*
* Adds a #GOptionGroup to the commandline handling of @application.
*