summaryrefslogtreecommitdiff
path: root/gladeui/glade-xml-utils.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-20 11:08:39 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-20 11:08:39 -0300
commita6e497dd91bb33cefa2682f70144d8d0a66a26b4 (patch)
treec38f3373256de16771b3fa386536e5e19b8938fa /gladeui/glade-xml-utils.h
parentfb4735ecdea307a7284bddde6c72bfd0f31c51c2 (diff)
downloadglade-a6e497dd91bb33cefa2682f70144d8d0a66a26b4.tar.gz
Backported feature to make GladeProject remember unknown object classes
Diffstat (limited to 'gladeui/glade-xml-utils.h')
-rw-r--r--gladeui/glade-xml-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-xml-utils.h b/gladeui/glade-xml-utils.h
index 9fda0c8f..d52a8e08 100644
--- a/gladeui/glade-xml-utils.h
+++ b/gladeui/glade-xml-utils.h
@@ -251,6 +251,7 @@ void glade_xml_node_set_property_boolean (GladeXmlNode *node_in, const gchar *na
/* Node operations */
GladeXmlNode * glade_xml_node_new (GladeXmlContext *context, const gchar *name);
GladeXmlNode * glade_xml_node_new_comment (GladeXmlContext *context, const gchar *comment);
+GladeXmlNode * glade_xml_node_copy (GladeXmlNode *node);
void glade_xml_node_delete (GladeXmlNode *node);
GladeXmlNode * glade_xml_node_get_children (GladeXmlNode *node);
GladeXmlNode * glade_xml_node_get_parent (GladeXmlNode *node_in);