libpurple/protocols/msn/object.h

changeset 32312
44c2bc252f60
parent 31076
dcc26c5e9d7e
child 35827
c7c855c36c9b
--- a/libpurple/protocols/msn/object.h	Fri Sep 02 18:05:24 2011 +0000
+++ b/libpurple/protocols/msn/object.h	Fri Sep 02 19:50: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.

mercurial