src/gtkprefs.h

changeset 7931
315fd3921a40
parent 5530
ba1ad464b56f
child 7976
fa3b5ed4ac97
equal deleted inserted replaced
7930:3005873ac411 7931:315fd3921a40
39 * Shows the preferences dialog. 39 * Shows the preferences dialog.
40 */ 40 */
41 void gaim_gtk_prefs_show(void); 41 void gaim_gtk_prefs_show(void);
42 42
43 /** 43 /**
44 * Sets the default away message.
45 *
46 * @todo This should be moved or renamed or something?
47 */
48 void set_default_away(GtkWidget *, gpointer);
49
50 /**
51 * Initializes the default away menu. 44 * Initializes the default away menu.
52 * 45 *
53 * @todo This should be moved or renamed or something? 46 * @todo This should be moved or renamed or something?
54 */ 47 */
55 void default_away_menu_init(GtkWidget *); 48 void default_away_menu_init(GtkWidget *);

mercurial