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:
@ -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,
|
||||
|
Reference in New Issue
Block a user