gtkapplication: _get_app_menu can return NULL

This commit is contained in:
Timm Bäder 2016-03-28 18:18:20 +02:00
parent a9f94ba67f
commit aeed695e26

View File

@ -1402,7 +1402,8 @@ gtk_application_set_app_menu (GtkApplication *application,
* Returns the menu model that has been set with
* gtk_application_set_app_menu().
*
* Returns: (transfer none): the application menu of @application
* Returns: (transfer none) (nullable): the application menu of @application
* or %NULL if no application menu has been set.
*
* Since: 3.4
*/