gtk/plugins/perl/common/GtkBlist.xs

changeset 14641
a55ef032e889
parent 14629
1a0cd727c121
child 14780
f8d1200df068
equal deleted inserted replaced
14640:9f0f2bbbc4e2 14641:a55ef032e889
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 *

mercurial