comparison src/gtkprefs.h @ 8905:438e8d857554

[gaim-migrate @ 9674] "It would have been nice to remove the prefs in, say, conversation.c's init function. But it can't be done in the init function, because the prefs aren't read in yet. What about if the _init function somehow registers preferences to be removed, and then once all the init functions have been called, the core can call gaim_prefs_remove_and_rename(GSList *stuff_to_remove_and_rename)?" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 08 May 2004 17:43:21 +0000
parents 7a67c459ab8f
children d4e3356e7bbc
comparison
equal deleted inserted replaced
8904:9a25d7f66d9c 8905:438e8d857554
105 */ 105 */
106 GtkWidget *gaim_gtk_prefs_dropdown_from_list(GtkWidget *page, 106 GtkWidget *gaim_gtk_prefs_dropdown_from_list(GtkWidget *page,
107 const gchar * title, GaimPrefType type, const char *key, 107 const gchar * title, GaimPrefType type, const char *key,
108 GList *menuitems); 108 GList *menuitems);
109 109
110 /**
111 * Rename legacy prefs and delete some that no longer exist.
112 */
113 void gaim_gtk_prefs_update_old();
114
110 #endif /* _GAIM_GTK_PREFS_H_ */ 115 #endif /* _GAIM_GTK_PREFS_H_ */