comparison libpurple/protocols/msn/object.h @ 32489:60d879806964

Be a bit more specific about removing non-local MSN objects, which HanzZ thinks should fix a leak somewhere.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 02 Sep 2011 19:50:58 +0000
parents 23be655cc688
children
comparison
equal deleted inserted replaced
32488:c200251415d3 32489:60d879806964
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.