Reduce the amount of g-ir-scanner warnings

As much as we can; the remaining warnings are mostly valid things that
the introspection scanner still flags as potential issues.
This commit is contained in:
Emmanuele Bassi
2010-12-09 12:36:50 +00:00
parent e1f48b15ee
commit d229036441
8 changed files with 47 additions and 38 deletions

View File

@ -73,7 +73,7 @@ struct _ClutterScriptableIface
/*< public >*/
void (* set_id) (ClutterScriptable *scriptable,
const gchar *name);
const gchar *id);
const gchar *(* get_id) (ClutterScriptable *scriptable);
gboolean (* parse_custom_node) (ClutterScriptable *scriptable,