pidgin/plugins/perl/common/GtkIMHtml.xs

changeset 32296
7212bb468518
parent 32295
5308ecfcf029
equal deleted inserted replaced
32295:5308ecfcf029 32296:7212bb468518
73 gchar_own * 73 gchar_own *
74 gtk_imhtml_get_text(imhtml, start, end) 74 gtk_imhtml_get_text(imhtml, start, end)
75 Pidgin::IMHtml imhtml 75 Pidgin::IMHtml imhtml
76 Gtk::TextIter start 76 Gtk::TextIter start
77 Gtk::TextIter end 77 Gtk::TextIter end
78 */
79
80 /* This can't work at the moment since I don't have a typemap for Gdk::Pixbuf.
81 * I thought about using the one from libgtk2-perl but wasn't sure how to go
82 * about doing that.
83 Pidgin::IMHtml::Scalable
84 gtk_imhtml_image_new(img, filename, id)
85 Gdk::Pixbuf img
86 const gchar * filename
87 int id
88 */
89
90 /* This can't work at the moment since I don't have a typemap for Gtk::Widget.
91 * I thought about using the one from libgtk2-perl but wasn't sure how to go
92 * about doing that.
93 void
94 gtk_imhtml_image_add_to(scale, imhtml, iter)
95 Pidgin::IMHtml::Scalable scale
96 Pidgin::IMHtml imhtml
97 Gtk::TextIter iter
98 */ 78 */
99 79
100 /* This can't work at the moment since I don't have a typemap for Gtk::Widget. 80 /* This can't work at the moment since I don't have a typemap for Gtk::Widget.
101 * I thought about using the one from libgtk2-perl but wasn't sure how to go 81 * I thought about using the one from libgtk2-perl but wasn't sure how to go
102 * about doing that. 82 * about doing that.

mercurial