libpurple/util.h

branch
soc.2013.gobjectification.plugins
changeset 37094
84873ce721dc
parent 37088
4d5ad6b1878e
parent 35487
494f09f7f331
child 37133
832cd077145e
equal deleted inserted replaced
37093:dae3c140ebaa 37094:84873ce721dc
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 * TODO Rename the functions so that they live somewhere in the purple 21 * TODO Rename the functions so that they live somewhere in the purple
22 * namespace. 22 * namespace.
23 */ 23 */
24
25 #ifndef _PURPLE_UTIL_H_
26 #define _PURPLE_UTIL_H_
24 /** 27 /**
25 * SECTION:util 28 * SECTION:util
26 * @section_id: libpurple-util 29 * @section_id: libpurple-util
27 * @short_description: <filename>util.h</filename> 30 * @short_description: <filename>util.h</filename>
28 * @title: Utility Functions 31 * @title: Utility Functions
29 */ 32 */
30
31 #ifndef _PURPLE_UTIL_H_
32 #define _PURPLE_UTIL_H_
33 33
34 #include <stdio.h> 34 #include <stdio.h>
35 35
36 /** 36 /**
37 * PurpleMenuAction: 37 * PurpleMenuAction:

mercurial