2007-11-26 17:32:19 +00:00
|
|
|
/*** BEGIN file-header ***/
|
2014-12-09 00:31:56 +00:00
|
|
|
#ifndef __GTK_TYPE_BUILTINS_H__
|
|
|
|
#define __GTK_TYPE_BUILTINS_H__
|
|
|
|
|
2010-06-04 23:40:43 +00:00
|
|
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
2008-05-28 15:07:04 +00:00
|
|
|
#error "Only <gtk/gtk.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2007-11-26 17:32:19 +00:00
|
|
|
#include <glib-object.h>
|
2013-03-20 18:38:59 +00:00
|
|
|
#include <gdk/gdk.h>
|
2007-11-26 17:32:19 +00:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-production ***/
|
|
|
|
|
2019-02-04 13:02:45 +00:00
|
|
|
/* enumerations from "@basename@" */
|
2007-11-26 17:32:19 +00:00
|
|
|
/*** END file-production ***/
|
|
|
|
|
|
|
|
/*** BEGIN value-header ***/
|
2013-03-20 18:38:59 +00:00
|
|
|
GDK_AVAILABLE_IN_ALL GType @enum_name@_get_type (void) G_GNUC_CONST;
|
2008-06-23 12:09:15 +00:00
|
|
|
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
|
2007-11-26 17:32:19 +00:00
|
|
|
/*** END value-header ***/
|
|
|
|
|
|
|
|
/*** BEGIN file-tail ***/
|
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __GTK_TYPE_BUILTINS_H__ */
|
|
|
|
/*** END file-tail ***/
|