00001 00025 #ifndef _GNT_BLIST_H 00026 #define _GNT_BLIST_H 00027 00028 #include "blist.h" 00029 00030 /********************************************************************** 00031 * @name GNT BuddyList API 00032 **********************************************************************/ 00040 PurpleBlistUiOps * finch_blist_get_ui_ops(void); 00041 00045 void finch_blist_init(void); 00046 00050 void finch_blist_uninit(void); 00051 00055 void finch_blist_show(void); 00056 00065 gboolean finch_blist_get_position(int *x, int *y); 00066 00073 void finch_blist_set_position(int x, int y); 00074 00083 gboolean finch_blist_get_size(int *width, int *height); 00084 00091 void finch_blist_set_size(int width, int height); 00092 00101 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name); 00102 00105 #endif