ad221bfe4e
Bug 1000 - clutter-x11 should define gtypes for its enumerations * clutter/x11/Makefile.am: * clutter/x11/clutter-event-x11.c: * clutter/x11/clutter-x11-enum-types.c.in: * clutter/x11/clutter-x11-enum-types.h.in: * clutter/x11/clutter-x11.h: Add the GTypes for the X11-specific enumerations, so that they can be used by the bindings. (Andy Wingo)
27 lines
546 B
C
27 lines
546 B
C
/*** BEGIN file-header ***/
|
|
#ifndef __CLUTTER_X11_ENUM_TYPES_H__
|
|
#define __CLUTTER_X11_ENUM_TYPES_H__
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
/*** BEGIN file-production ***/
|
|
/* enumerations from "@filename@" */
|
|
/*** END file-production ***/
|
|
|
|
/*** BEGIN file-tail ***/
|
|
G_END_DECLS
|
|
|
|
#endif /* !__CLUTTER_X11_ENUM_TYPES_H__ */
|
|
/*** END file-tail ***/
|
|
|
|
/*** BEGIN value-header ***/
|
|
GType @enum_name@_get_type (void) G_GNUC_CONST;
|
|
#define CLUTTER_X11_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
|
|
|
|
/*** END value-header ***/
|
|
|