pidgin/plugins/perl/common/GtkIMHtmlToolbar.xs

Thu, 11 Dec 2008 22:36:47 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Thu, 11 Dec 2008 22:36:47 +0000
changeset 25122
56e73606e2b2
parent 15590
c07dd12bf3f4
child 18068
b6554e3c8224
permissions
-rw-r--r--

merge of 'c36026e6d6a9420e254a9b837c172c4ccb75d654'
and '4e9dba9e28e65d0cba8a3cebe987b25d0620a44a'

#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