summaryrefslogtreecommitdiff
path: root/gladeui/glade-private.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <ugarte@endlessm.com>2018-02-06 10:21:11 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-10-30 11:10:06 -0700
commit363fd7839ad0c7320f235d22590e13cbb71e2aab (patch)
tree7b64bfbaa4dfc8187c50c7134093e013f0e9deb7 /gladeui/glade-private.h
parent2ddc72f728f0da04d16464765b0fba9bdb6a3c85 (diff)
downloadglade-363fd7839ad0c7320f235d22590e13cbb71e2aab.tar.gz
Add initial implementation of Automatic Templates
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 876dc160..a57ab8e8 100644
--- a/gladeui/glade-private.h
+++ b/gladeui/glade-private.h
@@ -94,6 +94,11 @@ gchar *_glade_util_file_get_relative_path (GFile *target,
void _glade_xml_error_reset_last (void);
gchar *_glade_xml_error_get_last_message (void);
+/* glade-template.c */
+GType _glade_template_generate_type_from_file (GladeCatalog *catalog,
+ const gchar *parent,
+ const gchar *filename);
+
G_END_DECLS
#endif /* __GLADE_PRIVATE_H__ */