diff options
Diffstat (limited to 'gtk/gtkappchooser.c')
-rw-r--r-- | gtk/gtkappchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkappchooser.c b/gtk/gtkappchooser.c index dae884c180..30c88e2e97 100644 --- a/gtk/gtkappchooser.c +++ b/gtk/gtkappchooser.c @@ -109,7 +109,7 @@ gtk_app_chooser_get_content_type (GtkAppChooser *self) * * Returns the currently selected application. * - * Returns: (transfer full): a #GAppInfo for the currently selected + * Returns: (nullable) (transfer full): a #GAppInfo for the currently selected * application, or %NULL if none is selected. Free with g_object_unref() * * Since: 3.0 |