summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-06 13:06:30 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-06 13:09:08 -0300
commitb23af3a7cf01ae93da16fb144e350889c03bd592 (patch)
tree957d290bf404ee73f55f7dc51f5c42a9340ee80e /girepository/girepository.h
parentbb10200e76c99ff3695cd5dc85bba875642b99d2 (diff)
downloadgobject-introspection-b23af3a7cf01ae93da16fb144e350889c03bd592.tar.gz
[girepository] Move GIEnumInfo out of ginfo.ch
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r--girepository/girepository.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h
index 89a66b99..c9ebca6d 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -29,6 +29,7 @@
#include <giarginfo.h>
#include <gibaseinfo.h>
#include <gicallableinfo.h>
+#include <gienuminfo.h>
#include <gierrordomaininfo.h>
#include <gifunctioninfo.h>
#include <gitypeinfo.h>
@@ -149,13 +150,6 @@ void gi_cclosure_marshal_generic (GClosure *closure,
gpointer invocation_hint,
gpointer marshal_data);
-/* GIValueInfo */
-
-#define GI_IS_VALUE_INFO(info) \
- (g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_VALUE)
-
-glong g_value_info_get_value (GIValueInfo *info);
-
/* GIFieldInfo */
@@ -227,17 +221,6 @@ const gchar * g_registered_type_info_get_type_name (GIRegisteredTypeInf
const gchar * g_registered_type_info_get_type_init (GIRegisteredTypeInfo *info);
GType g_registered_type_info_get_g_type (GIRegisteredTypeInfo *info);
-/* GIEnumInfo */
-
-#define GI_IS_ENUM_INFO(info) \
- ((g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_ENUM) || \
- (g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_FLAGS))
-
-gint g_enum_info_get_n_values (GIEnumInfo *info);
-GIValueInfo * g_enum_info_get_value (GIEnumInfo *info,
- gint n);
-GITypeTag g_enum_info_get_storage_type (GIEnumInfo *info);
-
/* GIObjectInfo */
#define GI_IS_OBJECT_INFO(info) \