introspection: Remove workaround MetaMutter comment

The scanner should understand this better now.
This commit is contained in:
Colin Walters 2010-09-09 11:45:08 -04:00
parent 8a6b583cdc
commit e3789e31ef

View File

@ -40,12 +40,12 @@
#define MUTTER_PLUGIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MUTTER_TYPE_PLUGIN, MutterPluginClass)) #define MUTTER_PLUGIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MUTTER_TYPE_PLUGIN, MutterPluginClass))
/** /**
* MetaMutterPlugin: (skip) * MutterPlugin: (skip)
* *
*/ */
typedef struct _MutterPlugin MutterPlugin; typedef struct _MutterPlugin MutterPlugin;
/** /**
* MetaMutterPluginClass: (skip) * MutterPluginClass: (skip)
* *
*/ */
typedef struct _MutterPluginClass MutterPluginClass; typedef struct _MutterPluginClass MutterPluginClass;