comparison libpurple/protocols/msn/object.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 23be655cc688
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
84 const char *location, const char *creator, MsnObjectType type); 84 const char *location, const char *creator, MsnObjectType type);
85 85
86 /** 86 /**
87 * Destroys an MsnObject structure. 87 * Destroys an MsnObject structure.
88 * 88 *
89 * @param obj The object structure. 89 * @param obj The object structure.
90 */ 90 * @param only_remote Only destroy non-local objects.
91 void msn_object_destroy(MsnObject *obj); 91 */
92 void msn_object_destroy(MsnObject *obj, gboolean only_remote);
92 93
93 /** 94 /**
94 * Outputs a string representation of an MsnObject. 95 * Outputs a string representation of an MsnObject.
95 * 96 *
96 * @param obj The object. 97 * @param obj The object.