MexGenericContent
MexGenericContent
|
|
Details
MEX_TYPE_GENERIC_CONTENT
#define MEX_TYPE_GENERIC_CONTENT
MEX_GENERIC_CONTENT()
#define MEX_GENERIC_CONTENT(obj)
MEX_GENERIC_CONTENT_CLASS()
#define MEX_GENERIC_CONTENT_CLASS(klass)
IS_MEX_GENERIC_CONTENT()
#define IS_MEX_GENERIC_CONTENT(obj)
IS_MEX_GENERIC_CONTENT_CLASS()
#define IS_MEX_GENERIC_CONTENT_CLASS(klass)
MEX_GENERIC_CONTENT_GET_CLASS()
#define MEX_GENERIC_CONTENT_GET_CLASS(obj)
struct MexGenericContent
struct MexGenericContent {
GInitiallyUnowned parent;
MexGenericContentPrivate *priv;
};
struct MexGenericContentClass
struct MexGenericContentClass {
GInitiallyUnownedClass parent_class;
};
mex_generic_content_get_type ()
GType mex_generic_content_get_type (void);
mex_generic_content_get_last_position_start ()
gboolean mex_generic_content_get_last_position_start
(MexGenericContent *self);
MexGenericContentPrivate
typedef struct _MexGenericContentPrivate MexGenericContentPrivate;