| |
1 #ifndef _GNT_BLIST_H |
| |
2 #define _GNT_BLIST_H |
| |
3 |
| 1 #include "blist.h" |
4 #include "blist.h" |
| 2 |
5 |
| 3 GaimBlistUiOps * gg_blist_get_ui_ops(); |
6 GaimBlistUiOps * gg_blist_get_ui_ops(void); |
| 4 |
7 |
| 5 void gg_blist_init(); |
8 void gg_blist_init(void); |
| 6 |
9 |
| 7 void gg_blist_uninit(); |
10 void gg_blist_uninit(void); |
| 8 |
11 |
| 9 void gg_blist_show(); |
12 void gg_blist_show(void); |
| 10 |
13 |
| 11 void gg_blist_get_position(int *x, int *y); |
14 void gg_blist_get_position(int *x, int *y); |
| 12 |
15 |
| 13 void gg_blist_set_position(int x, int y); |
16 void gg_blist_set_position(int x, int y); |
| 14 |
17 |
| 15 void gg_blist_get_size(int *width, int *height); |
18 void gg_blist_get_size(int *width, int *height); |
| 16 |
19 |
| 17 void gg_blist_set_size(int width, int height); |
20 void gg_blist_set_size(int width, int height); |
| 18 |
21 |
| |
22 #endif |