From e300c7e622d3e5a5e3eaa339c875484b0e4534eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Jun 2010 23:28:30 -0400 Subject: [PATCH] Fix a missing parameter in a doc comment Pointed out by David Zeuthen. --- gio/gapplication.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gapplication.c b/gio/gapplication.c index 685d885..854fad0 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -794,6 +794,7 @@ g_application_get_instance (void) /** * g_application_get_id: + * @application: a #GApplication * * Retrieves the platform-specific identifier for the #GApplication. * -- 2.7.4