diff console/gntblist.h @ 14351:1bd09d355f9e

[gaim-migrate @ 17054] Allow adding chats in the buddylist. And fix a few bugs along the way. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 27 Aug 2006 06:14:12 +0000
parents c65ed4f6eea8
children 81650a27f253
line wrap: on
line diff
--- a/console/gntblist.h	Sun Aug 27 02:44:52 2006 +0000
+++ b/console/gntblist.h	Sun Aug 27 06:14:12 2006 +0000
@@ -11,11 +11,11 @@
 
 void gg_blist_show(void);
 
-void gg_blist_get_position(int *x, int *y);
+gboolean gg_blist_get_position(int *x, int *y);
 
 void gg_blist_set_position(int x, int y);
 
-void gg_blist_get_size(int *width, int *height);
+gboolean gg_blist_get_size(int *width, int *height);
 
 void gg_blist_set_size(int width, int height);