comparison console/gntblist.h @ 14024:7109e6397a31

[gaim-migrate @ 16622] Add commands /accounts, /buddylist, /debugwin and /plugins. It allows the user to close those windows, and pop them back up when necessary -- provided a conversation window is open -- which I am assuming would be the case most of the time. Until there's some better way of accessing these dialogs (eg. menus), this is the only way. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 03 Aug 2006 07:16:35 +0000
parents fdf2dbed6faa
children c65ed4f6eea8
comparison
equal deleted inserted replaced
14023:07d645986c79 14024:7109e6397a31
3 GaimBlistUiOps * gg_blist_get_ui_ops(); 3 GaimBlistUiOps * gg_blist_get_ui_ops();
4 4
5 void gg_blist_init(); 5 void gg_blist_init();
6 6
7 void gg_blist_uninit(); 7 void gg_blist_uninit();
8
9 void gg_blist_show();
8 10
9 void gg_blist_get_position(int *x, int *y); 11 void gg_blist_get_position(int *x, int *y);
10 12
11 void gg_blist_set_position(int x, int y); 13 void gg_blist_set_position(int x, int y);
12 14