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

@ -51,8 +51,6 @@
#define CLUTTER_IS_ALIGN_CONSTRAINT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CLUTTER_TYPE_ALIGN_CONSTRAINT))
#define CLUTTER_ALIGN_CONSTRAINT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CLUTTER_TYPE_ALIGN_CONSTRAINT, ClutterAlignConstraintClass))
typedef struct _ClutterAlignConstraintClass ClutterAlignConstraintClass;
struct _ClutterAlignConstraint
{
ClutterConstraint parent_instance;