diff src/conversation.h @ 7561:cdfdbabd3266

[gaim-migrate @ 8175] Move conversation placement from a core pref to a UI pref. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 18 Nov 2003 23:24:05 +0000
parents 643cbc9a6035
children fa6395637e2c
line wrap: on
line diff
--- a/src/conversation.h	Tue Nov 18 22:59:16 2003 +0000
+++ b/src/conversation.h	Tue Nov 18 23:24:05 2003 +0000
@@ -1241,6 +1241,20 @@
 GaimConvPlacementFunc gaim_conv_placement_get_fnc(const char *id);
 
 /**
+ * Sets the current conversation placement function.
+ *
+ * @param func The new conversation placement function.
+ */
+void gaim_conv_placement_set_current_func(GaimConvPlacementFunc func);
+
+/**
+ * Returns the current conversation placement function.
+ *
+ * @return The current conversation placement function.
+ */
+GaimConvPlacementFunc gaim_conv_placement_get_current_func(void);
+
+/**
  * Returns the id of the specified conversation placement function.
  *
  * @param fnc A pointer to the registered function.