Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xml Utils: Glade User Interface Designer Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Glade User Interface Designer Reference Manual">
<link rel="up" href="core.html" title="Part II. Glade Core">
<link rel="prev" href="GladePlaceholder.html" title="GladePlaceholder">
<link rel="next" href="dockables.html" title="Part III. Dockable Glade UI Widgets">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#gladeui-Xml-Utils.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="core.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="GladePlaceholder.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="dockables.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="gladeui-Xml-Utils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gladeui-Xml-Utils.top_of_page"></a>Xml Utils</span></h2>
<p>Xml Utils — An api to read and write xml.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="gladeui-Xml-Utils.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-search-child" title="glade_xml_search_child ()">glade_xml_search_child</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-search-child-required" title="glade_xml_search_child_required ()">glade_xml_search_child_required</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-content" title="glade_xml_get_content ()">glade_xml_get_content</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-set-content" title="glade_xml_set_content ()">glade_xml_set_content</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-value-int" title="glade_xml_get_value_int ()">glade_xml_get_value_int</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-value-int-required" title="glade_xml_get_value_int_required ()">glade_xml_get_value_int_required</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-value-string" title="glade_xml_get_value_string ()">glade_xml_get_value_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-value-string-required" title="glade_xml_get_value_string_required ()">glade_xml_get_value_string_required</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-boolean" title="glade_xml_get_boolean ()">glade_xml_get_boolean</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-set-value" title="glade_xml_set_value ()">glade_xml_set_value</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-property-string-required" title="glade_xml_get_property_string_required ()">glade_xml_get_property_string_required</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-property-string" title="glade_xml_get_property_string ()">glade_xml_get_property_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-property-boolean" title="glade_xml_get_property_boolean ()">glade_xml_get_property_boolean</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-property-double" title="glade_xml_get_property_double ()">glade_xml_get_property_double</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-property-int" title="glade_xml_get_property_int ()">glade_xml_get_property_int</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-set-property-string" title="glade_xml_node_set_property_string ()">glade_xml_node_set_property_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-set-property-boolean" title="glade_xml_node_set_property_boolean ()">glade_xml_node_set_property_boolean</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-new" title="glade_xml_node_new ()">glade_xml_node_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-new-comment" title="glade_xml_node_new_comment ()">glade_xml_node_new_comment</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-delete" title="glade_xml_node_delete ()">glade_xml_node_delete</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-get-children" title="glade_xml_node_get_children ()">glade_xml_node_get_children</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-next" title="glade_xml_node_next ()">glade_xml_node_next</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-verify" title="glade_xml_node_verify ()">glade_xml_node_verify</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-verify-silent" title="glade_xml_node_verify_silent ()">glade_xml_node_verify_silent</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-get-name" title="glade_xml_node_get_name ()">glade_xml_node_get_name</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-append-child" title="glade_xml_node_append_child ()">glade_xml_node_append_child</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-remove" title="glade_xml_node_remove ()">glade_xml_node_remove</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-is-comment" title="glade_xml_node_is_comment ()">glade_xml_node_is_comment</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-next-with-comments" title="glade_xml_node_next_with_comments ()">glade_xml_node_next_with_comments</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-get-children-with-comments" title="glade_xml_node_get_children_with_comments ()">glade_xml_node_get_children_with_comments</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlNode</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-doc-get-root" title="glade_xml_doc_get_root ()">glade_xml_doc_get_root</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlDoc</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-doc-new" title="glade_xml_doc_new ()">glade_xml_doc_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-doc-set-root" title="glade_xml_doc_set_root ()">glade_xml_doc_set_root</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-doc-free" title="glade_xml_doc_free ()">glade_xml_doc_free</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-doc-save" title="glade_xml_doc_save ()">glade_xml_doc_save</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlContext</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-context-new" title="glade_xml_context_new ()">glade_xml_context_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-context-destroy" title="glade_xml_context_destroy ()">glade_xml_context_destroy</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-context-free" title="glade_xml_context_free ()">glade_xml_context_free</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlContext</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-context-new-from-path" title="glade_xml_context_new_from_path ()">glade_xml_context_new_from_path</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GladeXmlDoc</span> *
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-context-get-doc" title="glade_xml_context_get_doc ()">glade_xml_context_get_doc</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gladeui-Xml-Utils.html#glade-xml-load-sym-from-node" title="glade_xml_load_sym_from_node ()">glade_xml_load_sym_from_node</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="gladeui-Xml-Utils.description"></a><h2>Description</h2>
<p>You may need these tools if you are implementing <a class="link" href="gladeui-glade-widget-adaptor.html#GladeReadWidgetFunc" title="GladeReadWidgetFunc ()"><span class="type">GladeReadWidgetFunc</span></a>
and/or <a class="link" href="gladeui-glade-widget-adaptor.html#GladeWriteWidgetFunc" title="GladeWriteWidgetFunc ()"><span class="type">GladeWriteWidgetFunc</span></a> on your <a class="link" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor"><span class="type">GladeWidgetAdaptor</span></a> to read
and write widgets in custom ways</p>
</div>
<div class="refsect1">
<a name="gladeui-Xml-Utils.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="glade-xml-search-child"></a><h3>glade_xml_search_child ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_search_child (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                        <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-search-child-required"></a><h3>glade_xml_search_child_required ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_search_child_required (<em class="parameter"><code><span class="type">GladeXmlNode</span> *tree</code></em>,
                                 <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>just a small wrapper arround glade_xml_search_child that displays
an error if the child was not found</p>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-content"></a><h3>glade_xml_get_content ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_get_content (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
<p>Gets a string containing the content of <em class="parameter"><code>node_in</code></em>
.</p>
<div class="refsect3">
<a name="glade-xml-get-content.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glade-xml-get-content.returns"></a><h4>Returns</h4>
<p> A newly allocated string</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-set-content"></a><h3>glade_xml_set_content ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_set_content (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                       <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *content</code></em>);</pre>
<p>Sets the content of <em class="parameter"><code>node</code></em>
 to <em class="parameter"><code>content</code></em>
.</p>
<div class="refsect3">
<a name="glade-xml-set-content.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>content</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-value-int"></a><h3>glade_xml_get_value_int ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_get_value_int (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                         <em class="parameter"><code><span class="type">int</span> *val</code></em>);</pre>
<p>Gets an integer value for a node either carried as an attribute or as
the content of a child.</p>
<div class="refsect3">
<a name="glade-xml-get-value-int.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>a pointer to an <span class="type">int</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glade-xml-get-value-int.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the node is found, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-value-int-required"></a><h3>glade_xml_get_value_int_required ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_get_value_int_required (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                                  <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                  <em class="parameter"><code><span class="type">int</span> *val</code></em>);</pre>
<p>This is a wrapper around <a class="link" href="gladeui-Xml-Utils.html#glade-xml-get-value-int" title="glade_xml_get_value_int ()"><code class="function">glade_xml_get_value_int()</code></a>, only it emits
a <a href="/usr/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> if <em class="parameter"><code>node_in</code></em>
 did not contain the requested tag</p>
<div class="refsect3">
<a name="glade-xml-get-value-int-required.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>a pointer to an <span class="type">int</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-value-string"></a><h3>glade_xml_get_value_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_get_value_string (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                            <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-value-string-required"></a><h3>glade_xml_get_value_string_required ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_get_value_string_required (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                                     <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                     <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *xtra_info</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-boolean"></a><h3>glade_xml_get_boolean ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_get_boolean (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                       <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                       <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> _default</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-set-value"></a><h3>glade_xml_set_value ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_set_value (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                     <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                     <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *val</code></em>);</pre>
<p>Sets the property <em class="parameter"><code>name</code></em>
 in <em class="parameter"><code>node_in</code></em>
 to <em class="parameter"><code>val</code></em>
</p>
<div class="refsect3">
<a name="glade-xml-set-value.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-property-string-required"></a><h3>glade_xml_get_property_string_required ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_get_property_string_required
                               (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *xtra</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-property-string"></a><h3>glade_xml_get_property_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_get_property_string (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                               <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-property-boolean"></a><h3>glade_xml_get_property_boolean ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_get_property_boolean (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> _default</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-property-double"></a><h3>glade_xml_get_property_double ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
glade_xml_get_property_double (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                               <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> _default</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-get-property-int"></a><h3>glade_xml_get_property_int ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
glade_xml_get_property_int (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                            <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                            <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> _default</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-set-property-string"></a><h3>glade_xml_node_set_property_string ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_node_set_property_string (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                                    <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                    <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-set-property-boolean"></a><h3>glade_xml_node_set_property_boolean ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_node_set_property_boolean (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                                     <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
                                     <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-new"></a><h3>glade_xml_node_new ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_new (<em class="parameter"><code><span class="type">GladeXmlContext</span> *context</code></em>,
                    <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-new-comment"></a><h3>glade_xml_node_new_comment ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_new_comment (<em class="parameter"><code><span class="type">GladeXmlContext</span> *context</code></em>,
                            <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *comment</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-delete"></a><h3>glade_xml_node_delete ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_node_delete (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-get-children"></a><h3>glade_xml_node_get_children ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_get_children (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-next"></a><h3>glade_xml_node_next ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_next (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-verify"></a><h3>glade_xml_node_verify ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_node_verify (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                       <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>This is a wrapper around <a class="link" href="gladeui-Xml-Utils.html#glade-xml-node-verify-silent" title="glade_xml_node_verify_silent ()"><code class="function">glade_xml_node_verify_silent()</code></a>, only it emits
a <a href="/usr/share/gtk-doc/html/glib/glib-Message-Logging.html#g-warning"><code class="function">g_warning()</code></a> if <em class="parameter"><code>node_in</code></em>
 has a name different than <em class="parameter"><code>name</code></em>
.</p>
<div class="refsect3">
<a name="glade-xml-node-verify.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glade-xml-node-verify.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>node_in</code></em>
's name is equal to <em class="parameter"><code>name</code></em>
, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-verify-silent"></a><h3>glade_xml_node_verify_silent ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_node_verify_silent (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                              <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<div class="refsect3">
<a name="glade-xml-node-verify-silent.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>node_in</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlNode</span></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>a string</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glade-xml-node-verify-silent.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>node_in</code></em>
's name is equal to <em class="parameter"><code>name</code></em>
, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-get-name"></a><h3>glade_xml_node_get_name ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
glade_xml_node_get_name (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-append-child"></a><h3>glade_xml_node_append_child ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_node_append_child (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>,
                             <em class="parameter"><code><span class="type">GladeXmlNode</span> *child</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-remove"></a><h3>glade_xml_node_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_node_remove (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-is-comment"></a><h3>glade_xml_node_is_comment ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_node_is_comment (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-next-with-comments"></a><h3>glade_xml_node_next_with_comments ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_next_with_comments (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-node-get-children-with-comments"></a><h3>glade_xml_node_get_children_with_comments ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_node_get_children_with_comments
                               (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-doc-get-root"></a><h3>glade_xml_doc_get_root ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlNode</span> *
glade_xml_doc_get_root (<em class="parameter"><code><span class="type">GladeXmlDoc</span> *doc</code></em>);</pre>
<div class="refsect3">
<a name="glade-xml-doc-get-root.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>doc</p></td>
<td class="parameter_description"><p>a <span class="type">GladeXmlDoc</span></p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="glade-xml-doc-get-root.returns"></a><h4>Returns</h4>
<p> the <span class="type">GladeXmlNode</span> that is the document root of <em class="parameter"><code>doc</code></em>
</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-doc-new"></a><h3>glade_xml_doc_new ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlDoc</span> *
glade_xml_doc_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-doc-set-root"></a><h3>glade_xml_doc_set_root ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_doc_set_root (<em class="parameter"><code><span class="type">GladeXmlDoc</span> *doc</code></em>,
                        <em class="parameter"><code><span class="type">GladeXmlNode</span> *node</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-doc-free"></a><h3>glade_xml_doc_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_doc_free (<em class="parameter"><code><span class="type">GladeXmlDoc</span> *doc_in</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-doc-save"></a><h3>glade_xml_doc_save ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
glade_xml_doc_save (<em class="parameter"><code><span class="type">GladeXmlDoc</span> *doc_in</code></em>,
                    <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *full_path</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-context-new"></a><h3>glade_xml_context_new ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlContext</span> *
glade_xml_context_new (<em class="parameter"><code><span class="type">GladeXmlDoc</span> *doc</code></em>,
                       <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name_space</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-context-destroy"></a><h3>glade_xml_context_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_context_destroy (<em class="parameter"><code><span class="type">GladeXmlContext</span> *context</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-context-free"></a><h3>glade_xml_context_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
glade_xml_context_free (<em class="parameter"><code><span class="type">GladeXmlContext</span> *context</code></em>);</pre>
<p>Similar to glade_xml_context_destroy but it also frees the document set in the context</p>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-context-new-from-path"></a><h3>glade_xml_context_new_from_path ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlContext</span> *
glade_xml_context_new_from_path (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *full_path</code></em>,
                                 <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *nspace</code></em>,
                                 <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *root_name</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-context-get-doc"></a><h3>glade_xml_context_get_doc ()</h3>
<pre class="programlisting"><span class="returnvalue">GladeXmlDoc</span> *
glade_xml_context_get_doc (<em class="parameter"><code><span class="type">GladeXmlContext</span> *context</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="glade-xml-load-sym-from-node"></a><h3>glade_xml_load_sym_from_node ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
glade_xml_load_sym_from_node (<em class="parameter"><code><span class="type">GladeXmlNode</span> *node_in</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> *module</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tagname</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *sym_location</code></em>);</pre>
</div>
</div>
<div class="refsect1">
<a name="gladeui-Xml-Utils.other_details"></a><h2>Types and Values</h2>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
</body>
</html>