libpurple/xmlnode.h

changeset 39659
e4dfb99b0cef
parent 37094
84873ce721dc
child 40474
1341be8e3402
equal deleted inserted replaced
39658:0fdef8ea59c8 39659:e4dfb99b0cef
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21 21
22 #ifndef _PURPLE_XMLNODE_H_ 22 #ifndef PURPLE_XMLNODE_H
23 #define _PURPLE_XMLNODE_H_ 23 #define PURPLE_XMLNODE_H
24 /** 24 /**
25 * SECTION:xmlnode 25 * SECTION:xmlnode
26 * @section_id: libpurple-xmlnode 26 * @section_id: libpurple-xmlnode
27 * @short_description: <filename>xmlnode.h</filename> 27 * @short_description: <filename>xmlnode.h</filename>
28 * @title: XML DOM functions 28 * @title: XML DOM functions
422 PurpleXmlNode *purple_xmlnode_from_file(const char *dir, const char *filename, 422 PurpleXmlNode *purple_xmlnode_from_file(const char *dir, const char *filename,
423 const char *description, const char *process); 423 const char *description, const char *process);
424 424
425 G_END_DECLS 425 G_END_DECLS
426 426
427 #endif /* _PURPLE_XMLNODE_H_ */ 427 #endif /* PURPLE_XMLNODE_H */
428

mercurial