<!-- ##### SECTION Title ##### -->
Libglade SAX Parser

<!-- ##### SECTION Short_Description ##### -->
Declarations and routines for accessing the SAX based parser.

<!-- ##### SECTION Long_Description ##### -->
<para>
The structures described here are the output of libglade's XML parser.
These structures are really only useful for people who are extending
libglade to handle other widget sets, but it could also be useful for
other applications that need to read glade XML files.
</para>

<para>If you only wish to use libglade, you don't need to worry about
these functions and structures.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT GladeInterface ##### -->
<para>

</para>

@requires: 
@n_requires: 
@toplevels: 
@n_toplevels: 
@names: 
@strings: 

<!-- ##### STRUCT GladeWidgetInfo ##### -->
<para>

</para>

@parent: 
@classname: 
@name: 
@properties: 
@n_properties: 
@atk_props: 
@n_atk_props: 
@signals: 
@n_signals: 
@atk_actions: 
@n_atk_actions: 
@relations: 
@n_relations: 
@accels: 
@n_accels: 
@children: 
@n_children: 

<!-- ##### STRUCT GladeChildInfo ##### -->
<para>

</para>

@properties: 
@n_properties: 
@child: 
@internal_child: 

<!-- ##### STRUCT GladeProperty ##### -->
<para>

</para>

@name: 
@value: 

<!-- ##### STRUCT GladeSignalInfo ##### -->
<para>

</para>

@name: 
@handler: 
@object: 
@after: 

<!-- ##### STRUCT GladeAccelInfo ##### -->
<para>

</para>

@key: 
@modifiers: 
@signal: 

<!-- ##### STRUCT GladeAtkActionInfo ##### -->
<para>

</para>

@action_name: 
@description: 

<!-- ##### STRUCT GladeAtkRelationInfo ##### -->
<para>

</para>

@target: 
@type: 

<!-- ##### FUNCTION glade_parser_parse_file ##### -->
<para>

</para>

@file: 
@domain: 
@Returns: 


<!-- ##### FUNCTION glade_parser_parse_buffer ##### -->
<para>

</para>

@buffer: 
@len: 
@domain: 
@Returns: 


<!-- ##### FUNCTION glade_interface_destroy ##### -->
<para>

</para>

@interface: 


<!-- ##### FUNCTION glade_interface_dump ##### -->
<para>

</para>

@interface: 
@filename: 


