changeset 21336:b2aab3aa316b

disapproval of revision 'd0c23dfc8d64e57036509dd2e2248caaea3e6d9f'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:00:55 +0000
parents 76bdbe79d40f
children 14e8ad7bc9a4
files libpurple/request.h
diffstat 1 files changed, 12 insertions(+), 53 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/request.h	Sun Oct 14 19:50:27 2007 +0000
+++ b/libpurple/request.h	Fri Nov 16 23:00:55 2007 +0000
@@ -198,77 +198,28 @@
 
 } PurpleRequestField;
 
-/*
- * UI hints for the request functions.  These are used by libpurple.
- */
-
 /**
- * @since 2.3.0
+ * List of UI hints used by purple
  */
 #define PURPLE_REQUEST_HINT_ACCOUNT  "account"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_REQUEST_HINT_BLIST    "blist"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_REQUEST_HINT_BUDDY    "buddy"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_REQUEST_HINT_CONV     "conversation"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_REQUEST_HINT_REGISTER "register-account"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_REQUEST_HINT_XFER     "xfer"
 
-
-/*
- * UI hints for the request functions.  These are common hints used by UIs.
- * UIs can still define any hints they like, but standardization is good.
- */
-
 /**
- * @since 2.3.0
+ * List of UI hints used by purple UIs
+ * We need a header file included by both pidgin and finch, but not part of
+ * libpurple for these
  */
 #define PURPLE_UI_REQUEST_HINT_ACCOUNTMGR "accountmgr"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_UI_REQUEST_HINT_CERTMGR    "certmgr"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_UI_REQUEST_HINT_PLUGINMGR  "pluginmgr"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_UI_REQUEST_HINT_POUNCEMGR  "pouncemgr"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_UI_REQUEST_HINT_PREFSMGR   "preferences"
-
-/**
- * @since 2.3.0
- */
 #define PURPLE_UI_REQUEST_HINT_STATUSMGR  "statusmgr"
 
-
 /**
  * Request UI operations.
  */
@@ -1419,6 +1370,7 @@
  * @param account		The PurpleAccount associated with this request, or NULL if none is
  * @param who			The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint       UI hint
  * @param user_data     The data to pass to the callback.
  *
  * @return A UI-specific handle.
@@ -1487,6 +1439,7 @@
  * @param account		The PurpleAccount associated with this request, or NULL if none is
  * @param who			The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint       UI hint
  * @param user_data     The data to pass to the callback.
  * @param ...           The choices.  This argument list should be
  *                      terminated with a NULL parameter.
@@ -1556,6 +1509,7 @@
  * @param account		The PurpleAccount associated with this request, or NULL if none is
  * @param who			The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint       UI hint
  * @param user_data     The data to pass to the callback.
  * @param choices       The choices.  This argument list should be
  *                      terminated with a @c NULL parameter.
@@ -1625,6 +1579,7 @@
  * @param account		 The PurpleAccount associated with this request, or NULL if none is
  * @param who			 The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			 The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint        UI hint
  * @param user_data      The data to pass to the callback.
  * @param action_count   The number of actions.
  * @param ...            A list of actions.  These are pairs of
@@ -1693,6 +1648,7 @@
  * @param account		 The PurpleAccount associated with this request, or NULL if none is
  * @param who			 The username of the buddy assocaited with this request, or NULL if none is
  * @param conv			 The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint        UI hint
  * @param user_data      The data to pass to the callback.
  * @param action_count   The number of actions.
  * @param actions        A list of actions and callbacks.
@@ -1759,6 +1715,7 @@
  * @param account	  The PurpleAccount associated with this request, or NULL if none is
  * @param who		  The username of the buddy associated with this request, or NULL if none is
  * @param conv		  The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint     UI hint
  * @param user_data   The data to pass to the callback.
  *
  * @return A UI-specific handle.
@@ -1913,6 +1870,7 @@
  * @param account	  The PurpleAccount associated with this request, or NULL if none is
  * @param who		  The username of the buddy assocaited with this request, or NULL if none is
  * @param conv		  The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint     UI hint
  * @param user_data   The data to pass to the callback.
  *
  * @return A UI-specific handle.
@@ -1967,6 +1925,7 @@
  * @param account	  The PurpleAccount associated with this request, or NULL if none is
  * @param who		  The username of the buddy assocaited with this request, or NULL if none is
  * @param conv		  The PurpleConversation associated with this request, or NULL if none is
+ * @param ui_hint     UI hint
  * @param user_data   The data to pass to the callback.
  *
  * @return A UI-specific handle.