summaryrefslogtreecommitdiff
path: root/gladeui/glade-private.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-12-04 21:00:14 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-12-11 18:07:15 -0300
commit44566c5f3d8c14d01408e8043bd946cac3d877ee (patch)
treeb009081d7fe1b2a6485d702d42c569e76361b908 /gladeui/glade-private.h
parent56f47169dc09cfd6ed13a24cb9752050ecb66d6f (diff)
downloadglade-44566c5f3d8c14d01408e8043bd946cac3d877ee.tar.gz
GladeCatalog: implemented catalog dependency sorting using _glade_tsort()
Now we detect circular dependencies! Added private functions _glade_catalog_get_catalog() and _glade_catalog_tsort()
Diffstat (limited to 'gladeui/glade-private.h')
-rw-r--r--gladeui/glade-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gladeui/glade-private.h b/gladeui/glade-private.h
index ea35011d..0de48b21 100644
--- a/gladeui/glade-private.h
+++ b/gladeui/glade-private.h
@@ -30,6 +30,11 @@
G_BEGIN_DECLS
+/* glade-catalog.c */
+
+GladeCatalog *_glade_catalog_get_catalog (const gchar *name);
+GList *_glade_catalog_tsort (GList *catalogs);
+
/* glade-xml-utils.c */
/* GladeXml Error handling */