comparison gtk/plugins/perl/common/GtkBlist.xs @ 14579:310a81ba302c

[gaim-migrate @ 17303] Remove a bunch of functions that are commented out because they can't work currently, they'll come back if I can get the actual Gtk2 perl stuff to not crash, but they were just taking up space and getting in my way (since they are removed already in my other tree). committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 18 Sep 2006 04:22:44 +0000
parents d6eae5115b31
children d1e71d46c3db
comparison
equal deleted inserted replaced
14578:60845d332ea6 14579:310a81ba302c
1 #include "gtkmodule.h" 1 #include "gtkmodule.h"
2
3 /* This can't work at the moment since I don't have a typemap for Gtk::Widget.
4 * I thought about using the one from libgtk2-perl but wasn't sure how to go
5 * about doing that.
6
7 void
8 gaim_gtk_blist_make_buddy_menu(menu, buddy, sub)
9 Gtk::Widget menu
10 Gaim::Buddy buddy
11 gboolean sub
12 */
13
14 /* This can't work at the moment since I don't have a typemap for Gdk::Pixbuf.
15 * I thought about using the one from libgtk2-perl but wasn't sure how to go
16 * about doing that.
17
18 GdkPixbuf
19 gaim_gtk_blist_get_status_icon(node, size)
20 Gaim::BuddyList::Node node
21 Gaim::Status::IconSize size
22 */
23
24 /* This can't work at the moment since I don't have a typemap for Gtk::Widget.
25 * I thought about using the one from libgtk2-perl but wasn't sure how to go
26 * about doing that.
27
28 void
29 gaim_gtk_append_blist_node_proto_menu(menu, gc, node)
30 Gtk::Widget menu
31 Gaim::Connection gc
32 Gaim::BuddyList::Node node
33
34 void
35 gaim_gtk_append_blist_node_extended_menu(menu, node)
36 Gtk::Widget menu
37 Gaim::Connection gc
38 Gaim::BuddyList::Node node
39 */
40 2
41 MODULE = Gaim::GtkUI::BuddyList PACKAGE = Gaim::GtkUI::BuddyList PREFIX = gaim_gtk_blist_ 3 MODULE = Gaim::GtkUI::BuddyList PACKAGE = Gaim::GtkUI::BuddyList PREFIX = gaim_gtk_blist_
42 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
43 5
44 void * 6 void *