Fix a missing parameter in a doc comment

Pointed out by David Zeuthen.
This commit is contained in:
Matthias Clasen 2010-06-07 23:28:30 -04:00
parent a89b10c1dc
commit e300c7e622

View File

@ -794,6 +794,7 @@ g_application_get_instance (void)
/**
* g_application_get_id:
* @application: a #GApplication
*
* Retrieves the platform-specific identifier for the #GApplication.
*