summaryrefslogtreecommitdiffstats
path: root/util/gconf/gconf-fixes.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/gconf/gconf-fixes.h')
-rw-r--r--util/gconf/gconf-fixes.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/util/gconf/gconf-fixes.h b/util/gconf/gconf-fixes.h
deleted file mode 100644
index 50eb7ec..0000000
--- a/util/gconf/gconf-fixes.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <glib-object.h>
-#include <gconf/gconf-value.h>
-
-extern GConfEntry* gconf_entry_copy (const GConfEntry *src);
-
-GType pygconf_value_get_type (void);
-GType pygconf_entry_get_type (void);
-GType pygconf_schema_get_type (void);
-GType pygconf_meta_info_get_type (void);
-
-#define GCONF_TYPE_VALUE (pygconf_value_get_type ())
-#define GCONF_TYPE_ENTRY (pygconf_entry_get_type ())
-#define GCONF_TYPE_SCHEMA (pygconf_schema_get_type ())
-#define GCONF_TYPE_METAINFO (pygconf_meta_info_get_type ())