libpurple/protocols/gg/xml.h

changeset 39819
3554dac2991b
parent 34935
686fa55b0deb
child 40358
e6fe6fc1f516
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28 */ 28 */
29 29
30 #ifndef _GGP_XML_H 30 #ifndef PURPLE_GG_XML_H
31 #define _GGP_XML_H 31 #define PURPLE_GG_XML_H
32 32
33 #include <internal.h> 33 #include <internal.h>
34 #include <xmlnode.h> 34 #include <xmlnode.h>
35 35
36 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var); 36 gboolean ggp_xml_get_string(const PurpleXmlNode *xml, gchar *childName, gchar **var);
43 43
44 void ggp_xmlnode_remove_children(PurpleXmlNode *xml); 44 void ggp_xmlnode_remove_children(PurpleXmlNode *xml);
45 45
46 unsigned int ggp_xml_child_count(PurpleXmlNode *xml, const gchar *childName); 46 unsigned int ggp_xml_child_count(PurpleXmlNode *xml, const gchar *childName);
47 47
48 #endif /* _GGP_XML_H */ 48 #endif /* PURPLE_GG_XML_H */

mercurial