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

@ -45,7 +45,16 @@ G_BEGIN_DECLS
#define CLUTTER_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CLUTTER_TYPE_BACKEND, ClutterBackend))
#define CLUTTER_IS_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CLUTTER_TYPE_BACKEND))
/**
* ClutterBackend:
*
* <structname>ClutterBackend</structname> is an opaque structure whose
* members cannot be directly accessed.
*
* Since: 0.4
*/
typedef struct _ClutterBackend ClutterBackend;
typedef struct _ClutterBackendClass ClutterBackendClass;
GType clutter_backend_get_type (void) G_GNUC_CONST;