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:
* @application: a #GApplication
* @entries: (array zero-terminated=1) (element-type GOptionEntry) a
* %NULL-terminated list of #GOptionEntrys
* @entries: (array zero-terminated=1) (element-type GOptionEntry): the
* main options for the application
*
* Adds main option entries to be handled by @application.
*