comparison libpurple/protocols/msn/object.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 60d879806964
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
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.