comparison libpurple/util.h @ 20334:58a57a0ca807

applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6 through a976c1dbb1135583dc67c67af14aa684fd4e18ee applied changes from a976c1dbb1135583dc67c67af14aa684fd4e18ee through 62ac0eb5b2ae2fda530b7230c8a903cc5ecd4513
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Oct 2007 18:30:30 +0000
parents 6b8bc3309ab7
children 5915ad785ee7
comparison
equal deleted inserted replaced
20333:53afc5cce143 20334:58a57a0ca807
605 * rolls around. 605 * rolls around.
606 * @see purple_util_write_data_to_file() 606 * @see purple_util_write_data_to_file()
607 * 607 *
608 */ 608 */
609 gboolean 609 gboolean
610 purple_util_write_data_to_file_absolute(const char *filename_full, const char *data, size_t size); 610 purple_util_write_data_to_file_absolute(const char *filename_full, const char *data, gssize size);
611 611
612 /** 612 /**
613 * Read the contents of a given file and parse the results into an 613 * Read the contents of a given file and parse the results into an
614 * xmlnode tree structure. This is intended to be used to read 614 * xmlnode tree structure. This is intended to be used to read
615 * Purple's configuration xml files (prefs.xml, pounces.xml, etc.) 615 * Purple's configuration xml files (prefs.xml, pounces.xml, etc.)