#include "blist.h"
Include dependency graph for gntblist.h:

Go to the source code of this file.
Functions | |
| PurpleBlistUiOps * | finch_blist_get_ui_ops (void) |
| Get the ui-functions. | |
| void | finch_blist_init (void) |
| Perform necessary initializations. | |
| void | finch_blist_uninit (void) |
| Perform necessary uninitializations. | |
| void | finch_blist_show (void) |
| Show the buddy list. | |
| gboolean | finch_blist_get_position (int *x, int *y) |
| Get the position of the buddy list. | |
| void | finch_blist_set_position (int x, int y) |
| Set the position of the buddy list. | |
| gboolean | finch_blist_get_size (int *width, int *height) |
| Get the size of the buddy list. | |
| void | finch_blist_set_size (int width, int height) |
| Set the size of the buddy list. | |
| gpointer | finch_retrieve_user_info (PurpleConnection *conn, const char *name) |
| Get information about a user. | |
Definition in file gntblist.h.
| gboolean finch_blist_get_position | ( | int * | x, | |
| int * | y | |||
| ) |
Get the position of the buddy list.
| x | The x-coordinate is set here if not @ NULL. | |
| y | The y-coordinate is set here if not NULL. |
TRUE if the values were set, FALSE otherwise. | gboolean finch_blist_get_size | ( | int * | width, | |
| int * | height | |||
| ) |
Get the size of the buddy list.
| width | The width is set here if not @ NULL. | |
| height | The height is set here if not NULL. |
TRUE if the values were set, FALSE otherwise. | PurpleBlistUiOps* finch_blist_get_ui_ops | ( | void | ) |
Get the ui-functions.
| void finch_blist_set_position | ( | int | x, | |
| int | y | |||
| ) |
Set the position of the buddy list.
| x | The x-coordinate of the buddy list. | |
| y | The y-coordinate of the buddy list. |
| void finch_blist_set_size | ( | int | width, | |
| int | height | |||
| ) |
Set the size of the buddy list.
| width | The width of the buddy list. | |
| height | The height of the buddy list. |
| gpointer finch_retrieve_user_info | ( | PurpleConnection * | conn, | |
| const char * | name | |||
| ) |
Get information about a user.
Show immediate feedback.
| conn | The connection to get information fro | |
| name | The user to get information about. |