Mon, 18 Sep 2006 18:14:50 +0000
[gaim-migrate @ 17311]
I couldn't see a reason why we needed all of gaim_gtk_roomlist_dialog_new,
gaim_gtk_roomlist_dialog_new_with_account, gaim_gtk_roomlist_dialog_show, and
gaim_gtk_roomlist_dialog_show_with_account especially considering the _show
functions basically just called the _new functions.
So I whittled us down to just _show and _show_with_account being visible. And
since nothing outside GtkRoomlist.c was using the GaimGtkRoomlistDialog struct
I made that private too.
| 14478 | 1 | GtkAccount.xs |
| 2 | GtkBlist.xs | |
| 3 | GtkConn.xs | |
| 4 | GtkConv.xs | |
| 5 | GtkConvWin.xs | |
| 6 | GtkDebug.xs | |
| 7 | GtkDialogs.xs | |
| 8 | GtkFt.xs | |
| 9 | GtkIMHtml.xs | |
| 10 | GtkIMHtmlToolbar.xs | |
| 11 | GtkLog.xs | |
| 12 | GtkMenuTray.xs | |
| 13 | GtkPlugin.xs | |
| 14 | GtkPluginPref.xs | |
| 15 | GtkPounce.xs | |
| 16 | GtkPrefs.xs | |
| 17 | GtkPrivacy.xs | |
| 18 | GtkRoomlist.xs | |
| 19 | GtkSavedStatuses.xs | |
| 20 | GtkSession.xs | |
| 21 | GtkSound.xs | |
| 22 | GtkStatusBox.xs | |
| 23 | GtkThemes.xs | |
| 14629 | 24 | GtkUI.pm |
| 25 | GtkUI.xs | |
| 14478 | 26 | GtkUtils.xs |
| 27 | MANIFEST | |
| 28 | typemap |