comparison gtk/plugins/perl/common/GtkSavedStatuses.xs @ 14567:d6eae5115b31

[gaim-migrate @ 17291] This is a really huge commit for basically nothing, I decided that Gaim::Gtk should really be Gaim::GtkUI (which will line up better with any eventual Gaim::GntUI that might exist, etc.). So that's what this is, I think I got everything, it builds here at least. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 17 Sep 2006 05:35:46 +0000
parents eeca8be382a5
children 310a81ba302c
comparison
equal deleted inserted replaced
14566:d2de045b077f 14567:d6eae5115b31
9 gaim_gtk_status_menu(status, callback) 9 gaim_gtk_status_menu(status, callback)
10 Gaim::SavedStatus status 10 Gaim::SavedStatus status
11 GCallback callback 11 GCallback callback
12 */ 12 */
13 13
14 MODULE = Gaim::Gtk::Status PACKAGE = Gaim::Gtk::Status PREFIX = gaim_gtk_status_ 14 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status PREFIX = gaim_gtk_status_
15 PROTOTYPES: ENABLE 15 PROTOTYPES: ENABLE
16 16
17 void * 17 void *
18 gaim_gtk_status_get_handle() 18 gaim_gtk_status_get_handle()
19 19
20 MODULE = Gaim::Gtk::Status PACKAGE = Gaim::Gtk::Status::Editor PREFIX = gaim_gtk_status_editor_ 20 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Editor PREFIX = gaim_gtk_status_editor_
21 PROTOTYPES: ENABLE 21 PROTOTYPES: ENABLE
22 22
23 void 23 void
24 gaim_gtk_status_editor_show(edit, status) 24 gaim_gtk_status_editor_show(edit, status)
25 gboolean edit 25 gboolean edit
26 Gaim::SavedStatus status 26 Gaim::SavedStatus status
27 27
28 MODULE = Gaim::Gtk::Status PACKAGE = Gaim::Gtk::Status::Window PREFIX = gaim_gtk_status_window_ 28 MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Window PREFIX = gaim_gtk_status_window_
29 PROTOTYPES: ENABLE 29 PROTOTYPES: ENABLE
30 30
31 void 31 void
32 gaim_gtk_status_window_show() 32 gaim_gtk_status_window_show()
33 33