intial implementation of new API functions. Not sure if it behaves as
[platform/upstream/glib.git] / glib / grel.h
index 09b2e23..562bd13 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __G_REL_H__
 #define __G_REL_H__
 
-#include <gtypes.h>
+#include <glib/gtypes.h>
 
 G_BEGIN_DECLS
 
@@ -67,7 +67,7 @@ void       g_relation_destroy (GRelation   *relation);
 void       g_relation_index   (GRelation   *relation,
                                gint         field,
                                GHashFunc    hash_func,
-                               GCompareFunc key_compare_func);
+                               GEqualFunc   key_equal_func);
 void       g_relation_insert  (GRelation   *relation,
                                ...);
 gint       g_relation_delete  (GRelation   *relation,