introspection: Fix annotations

The scanner got more strict, now some annotations need fixing.
This commit is contained in:
Florian Müllner
2010-09-15 02:56:34 +02:00
parent 1bd0ad11d8
commit 652ce3ce8c
13 changed files with 31 additions and 30 deletions

View File

@@ -27,9 +27,9 @@ GType shell_app_usage_get_type (void) G_GNUC_CONST;
ShellAppUsage* shell_app_usage_get_default(void);
GSList *shell_app_usage_get_most_used (ShellAppUsage *monitor,
const char *context,
gint number);
GSList *shell_app_usage_get_most_used (ShellAppUsage *usage,
const char *context,
gint max_count);
G_END_DECLS