gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALL
authorRyan Lortie <desrt@desrt.ca>
Thu, 6 Dec 2012 18:59:35 +0000 (13:59 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 13 Jan 2013 18:05:15 +0000 (13:05 -0500)
glib-mkenums is not currently clever enough to know which version an
enum type was added in, so just mark all the _get_type() functions as
available in all versions.

https://bugzilla.gnome.org/show_bug.cgi?id=688681

gio/gioenumtypes.h.template

index 174bd62..4baa6df 100644 (file)
@@ -13,7 +13,7 @@ G_BEGIN_DECLS
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/
-GType @enum_name@_get_type (void) G_GNUC_CONST;
+GLIB_AVAILABLE_IN_ALL GType @enum_name@_get_type (void) G_GNUC_CONST;
 #define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
 /*** END value-header ***/