diff 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
line wrap: on
line diff
--- a/libpurple/protocols/msn/object.h	Mon Aug 22 22:46:08 2011 +0000
+++ b/libpurple/protocols/msn/object.h	Fri Dec 23 08:21:58 2011 +0000
@@ -86,9 +86,10 @@
 /**
  * Destroys an MsnObject structure.
  *
- * @param obj The object structure.
+ * @param obj         The object structure.
+ * @param only_remote Only destroy non-local objects.
  */
-void msn_object_destroy(MsnObject *obj);
+void msn_object_destroy(MsnObject *obj, gboolean only_remote);
 
 /**
  * Outputs a string representation of an MsnObject.