diff src/gnome_applet_mgr.h @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 05077cb276d4
children f4fba304b236
line wrap: on
line diff
--- a/src/gnome_applet_mgr.h	Tue Jun 06 09:36:12 2000 +0000
+++ b/src/gnome_applet_mgr.h	Tue Jun 06 09:55:30 2000 +0000
@@ -62,25 +62,15 @@
 #define GAIM_GNOME_PENGUIN_CONNECT "gaim/gnome/penguin-connect.png"
 #define GAIM_GNOME_PENGUIN_ONLINE "gaim/gnome/penguin-online.png"
 
-gint InitAppletMgr();                                              /* Initializes and creates applet */
-
-void setUserState( enum gaim_user_states state );    /* Set the state the user is in (Online, Offline, etc.) */
+gint init_applet_mgr();
 
-void setTotalBuddies( gint num );						    /* For future use to display the total number of buddies within the applet */
-
-void setNumBuddiesOnline( gint num );					/* For future use to display the total number of buddies currently online, within the applet */ 
-
-enum gaim_user_states getUserState();					/* Returns the current state the user is in */
+void setUserState( enum gaim_user_states state );
+enum gaim_user_states getUserState();
 
-gint getTotalBuddies();											/* Returns the total number of buddys set by setTotalBuddies */
-
-gint getNumBuddiesOnline();									/* Returns the total number of buddys set by setNumBuddiesOnline */
+void AppletCancelLogon(); /* Used to cancel a logon and reset the applet */ 
 
-void AppletCancelLogon();                                   /* Used to cancel a logon and reset the applet	*/ 
-
-void set_applet_draw_open();								/* Indicates that the code has a window open that can be controlled by clicking on the applet */
-
-void set_applet_draw_closed();								/* indicates that the code has closed the window that is controled by clicking on the applet */
+void set_applet_draw_open();
+void set_applet_draw_closed();
 
 void insert_applet_away();
 void remove_applet_away();