gio static fixups

This commit is contained in:
Ryan Lortie
2011-10-16 21:24:45 -04:00
parent 740eacbfca
commit 09429e2c82
11 changed files with 13 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ g_simple_action_get_name (GAction *action)
return simple->name;
}
const GVariantType *
static const GVariantType *
g_simple_action_get_parameter_type (GAction *action)
{
GSimpleAction *simple = G_SIMPLE_ACTION (action);