[Glade-devel] Feature request: exporting data of glade file content



I use libglade with my apps. Sometime I don't want user to change the
glade file, so I use "glade_xml_new_from_buffer" to load the xml data
from a char*.
I need to do some modification as below everytime when distributing.

<?....>
<xml ....>
    <..>
</xml>

to

#ifndef XXX_H
#define XXX_H

static const char* xxx_glade =
"<?....>"
"<xml ....>"
"    <..>"
"</xml>";
#endif

It would be very convenient if this function added to glade.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]