summaryrefslogtreecommitdiff
path: root/finch/gntblist.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
committerAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
commit05a4189d4bbeb28bcc99029f628b2bcc7bf3e079 (patch)
tree8f6d201113746b941329252e566f973d0a1ca52e /finch/gntblist.h
parentc747f82f47e7bb86191d0c087d839277eb2c8825 (diff)
downloadpidgin-05a4189d4bbeb28bcc99029f628b2bcc7bf3e079.tar.gz
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Diffstat (limited to 'finch/gntblist.h')
-rw-r--r--finch/gntblist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/finch/gntblist.h b/finch/gntblist.h
index a8037d597d..5b67691970 100644
--- a/finch/gntblist.h
+++ b/finch/gntblist.h
@@ -115,15 +115,12 @@ void finch_blist_set_size(int width, int height);
* @param name The user to get information about.
*
* @return Returns the ui-handle for the userinfo notification.
- *
- * @since 2.1.0
*/
gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name);
/**
* Get the tree list of the buddy list.
* @return The GntTree widget.
- * @since 2.4.0
*/
GntTree * finch_blist_get_tree(void);
@@ -131,7 +128,6 @@ GntTree * finch_blist_get_tree(void);
* Add an alternate buddy list manager.
*
* @param manager The alternate buddylist manager.
- * @since 2.4.0
*/
void finch_blist_install_manager(const FinchBlistManager *manager);
@@ -139,7 +135,6 @@ void finch_blist_install_manager(const FinchBlistManager *manager);
* Remove an alternate buddy list manager.
*
* @param manager The buddy list manager to remove.
- * @since 2.4.0
*/
void finch_blist_uninstall_manager(const FinchBlistManager *manager);
@@ -149,7 +144,6 @@ void finch_blist_uninstall_manager(const FinchBlistManager *manager);
* @param id The identifier for the desired buddy list manager.
*
* @return The manager with the requested identifier, if available. @c NULL otherwise.
- * @since 2.4.0
*/
FinchBlistManager * finch_blist_manager_find(const char *id);
@@ -157,7 +151,6 @@ FinchBlistManager * finch_blist_manager_find(const char *id);
* Request the active buddy list manager to add a node.
*
* @param node The node to add
- * @since 2.4.0
*/
void finch_blist_manager_add_node(PurpleBlistNode *node);