Appease the gods in introspection

Reduce the amount of bogus warnings g-ir-scanner prints out.
This commit is contained in:
Emmanuele Bassi
2011-01-20 16:18:16 +00:00
parent 439553a1b7
commit ca092477c2
23 changed files with 38 additions and 28 deletions

View File

@ -97,8 +97,6 @@
#define CLUTTER_IS_BIND_CONSTRAINT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_BIND_CONSTRAINT))
#define CLUTTER_BIND_CONSTRAINT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_BIND_CONSTRAINT, ClutterBindConstraintClass))
typedef struct _ClutterBindConstraintClass ClutterBindConstraintClass;
struct _ClutterBindConstraint
{
ClutterConstraint parent_instance;