GNT BuddyList API.
More...
#include "blist.h"
#include "gnttree.h"
Go to the source code of this file.
Detailed Description
GNT BuddyList API.
Definition in file gntblist.h.
Function Documentation
Get the position of the buddy list.
- Parameters:
-
x | The x-coordinate is set here if not @ NULL. |
y | The y-coordinate is set here if not NULL . |
- Returns:
- Returns
TRUE
if the values were set, FALSE
otherwise.
Get the size of the buddy list.
- Parameters:
-
width | The width is set here if not @ NULL. |
height | The height is set here if not NULL . |
- Returns:
- Returns
TRUE
if the values were set, FALSE
otherwise.
Get the tree list of the buddy list.
- Returns:
- The GntTree widget.
- Since:
- 2.4.0
Get the ui-functions.
- Returns:
- The PurpleBlistUiOps structure populated with the appropriate functions.
Add an alternate buddy list manager.
- Parameters:
-
manager | The alternate buddylist manager. |
- Since:
- 2.4.0
Request the active buddy list manager to add a node.
- Parameters:
-
- Since:
- 2.4.0
Find a buddy list manager.
- Parameters:
-
id | The identifier for the desired buddy list manager. |
- Returns:
- The manager with the requested identifier, if available.
NULL
otherwise.
- Since:
- 2.4.0
Set the position of the buddy list.
- Parameters:
-
x | The x-coordinate of the buddy list. |
y | The y-coordinate of the buddy list. |
Set the size of the buddy list.
- Parameters:
-
width | The width of the buddy list. |
height | The height of the buddy list. |
Remove an alternate buddy list manager.
- Parameters:
-
manager | The buddy list manager to remove. |
- Since:
- 2.4.0
Get information about a user.
Show immediate feedback.
- Parameters:
-
conn | The connection to get information fro |
name | The user to get information about. |
- Returns:
- Returns the ui-handle for the userinfo notification.
- Since:
- 2.1.0