introspection: Skip some C-only structures
The ParamSpec sub-classes we define are meant to be used only from the C API, as high-level languages completely ignore them. The ClutterStageWindow interface is an internal type that escaped into the public headers; all its methods are private, but we cannot remove the type until we break for 2.0.
This commit is contained in:
@ -11,7 +11,7 @@ G_BEGIN_DECLS
|
||||
#define CLUTTER_STAGE_WINDOW_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), CLUTTER_TYPE_STAGE_WINDOW, ClutterStageWindowIface))
|
||||
|
||||
/**
|
||||
* ClutterStageWindow:
|
||||
* ClutterStageWindow: (skip)
|
||||
*
|
||||
* <structname>ClutterStageWindow</structname> is an opaque structure
|
||||
* whose members should not be accessed directly
|
||||
@ -22,7 +22,7 @@ typedef struct _ClutterStageWindow ClutterStageWindow; /* dummy */
|
||||
typedef struct _ClutterStageWindowIface ClutterStageWindowIface;
|
||||
|
||||
/**
|
||||
* ClutterStageWindowIface:
|
||||
* ClutterStageWindowIface: (skip)
|
||||
*
|
||||
* The interface implemented by backends for stage windows
|
||||
*
|
||||
|
Reference in New Issue
Block a user