Move deprecated GRel to deprecated/
[platform/upstream/glib.git] / glib / deprecated / grel.h
similarity index 98%
rename from glib/grel.h
rename to glib/deprecated/grel.h
index 5cb8d09..e7c9291 100644 (file)
@@ -66,8 +66,6 @@ struct _GTuples
  * g_relation_count() counts ...
  */
 
-#ifndef G_DISABLE_DEPRECATED
-
 GRelation* g_relation_new     (gint         fields);
 void       g_relation_destroy (GRelation   *relation);
 void       g_relation_index   (GRelation   *relation,
@@ -94,8 +92,6 @@ gpointer   g_tuples_index     (GTuples     *tuples,
                                gint         index_,
                                gint         field);
 
-#endif
-
 G_END_DECLS
 
 #endif /* __G_REL_H__ */