docs: Add missing annotation separator

This commit is contained in:
Emmanuele Bassi
2023-10-15 15:32:47 +01:00
committed by Philip Withnall
parent c5a1e4f6c3
commit 6e771f0e84

View File

@@ -654,8 +654,8 @@ add_packed_option (GApplication *application,
/** /**
* g_application_add_main_option_entries: * g_application_add_main_option_entries:
* @application: a #GApplication * @application: a #GApplication
* @entries: (array zero-terminated=1) (element-type GOptionEntry) a * @entries: (array zero-terminated=1) (element-type GOptionEntry): the
* %NULL-terminated list of #GOptionEntrys * main options for the application
* *
* Adds main option entries to be handled by @application. * Adds main option entries to be handled by @application.
* *