From c31dc54594d03dae54030740932f8624d3f67f2d Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Tue, 15 Dec 2020 21:44:10 -0800 Subject: [PATCH] instance: Add missing nullable annotation --- common/flatpak-instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-instance.c b/common/flatpak-instance.c index 7281212b..997daeea 100644 --- a/common/flatpak-instance.c +++ b/common/flatpak-instance.c @@ -130,7 +130,7 @@ flatpak_instance_get_id (FlatpakInstance *self) * * Note that this may return %NULL for sandboxes that don't have an application. * - * Returns: the application ID + * Returns: (nullable): the application ID or %NULL * * Since: 1.1 */