Mercurial > pidgin.yaz
view pidgin/plugins/perl/common/GtkPounce.xs @ 15583:ad1ddb31202d
RTL Tooltips.
You have no clue how much longer this took than it should have ;)
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 08 Feb 2007 00:39:29 +0000 |
parents | cb0750152bf6 |
children | e622745f6f42 |
line wrap: on
line source
#include "gtkmodule.h" MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounce PREFIX = pidgin_pounce_ PROTOTYPES: ENABLE void pidgin_pounce_editor_show(account, name, cur_pounce) Gaim::Account account const char * name Gaim::Pounce cur_pounce MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_ PROTOTYPES: ENABLE Gaim::Handle pidgin_pounces_get_handle() MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces::Manager PREFIX = pidgin_pounces_manager_ PROTOTYPES: ENABLE void pidgin_pounces_manager_show() void pidgin_pounces_manager_hide()