pidgin/plugins/perl/common/GtkIMHtmlToolbar.xs

Wed, 24 Aug 2011 15:06:36 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 24 Aug 2011 15:06:36 +0000
changeset 32229
f4aa2edf2735
parent 15590
c07dd12bf3f4
child 18068
b6554e3c8224
permissions
-rw-r--r--

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 73c3b1db23643c3eef6a98297c1bb7ff59f07ff3)
to branch 'im.pidgin.pidgin' (head 047f1f9df60d36d0abcd494bcc0efebbf6d075d4)

#include "gtkmodule.h"

/* This can't work at the moment since I don't have a typemap for Gtk::Widget.
 * I thought about using the one from libgtk2-perl but wasn't sure how to go
 * about doing that.

Gtk::Widget
gtk_imhtmltoolbar_new()

void
gtk_imhtmltoolbar_attach(toolbar, imhtml)
	Pidgin::IMHtmlToolbar toolbar
	Gtk::Widget imhtml
*/

MODULE = Pidgin::IMHtmlToolbar  PACKAGE = Pidgin::IMHtmlToolbar  PREFIX = gtk_imhtmltoolbar_
PROTOTYPES: ENABLE

void
gtk_imhtmltoolbar_associate_smileys(toolbar, proto_id)
	Pidgin::IMHtmlToolbar toolbar
	const char * proto_id

mercurial