MexGenericContent

MexGenericContent

Synopsis

#define             MEX_TYPE_GENERIC_CONTENT
#define             MEX_GENERIC_CONTENT                 (obj)
#define             MEX_GENERIC_CONTENT_CLASS           (klass)
#define             IS_MEX_GENERIC_CONTENT              (obj)
#define             IS_MEX_GENERIC_CONTENT_CLASS        (klass)
#define             MEX_GENERIC_CONTENT_GET_CLASS       (obj)
struct              MexGenericContent;
struct              MexGenericContentClass;
GType               mex_generic_content_get_type        (void);
gboolean            mex_generic_content_get_last_position_start
                                                        (MexGenericContent *self);
gboolean            mex_generic_content_get_save_last_position
                                                        (MexGenericContent *self);
                    MexGenericContentPrivate;

Description

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);

mex_generic_content_get_save_last_position ()

gboolean            mex_generic_content_get_save_last_position
                                                        (MexGenericContent *self);

MexGenericContentPrivate

typedef struct _MexGenericContentPrivate MexGenericContentPrivate;