pidgin/plugins/perl/common/GtkPounce.xs

Sun, 21 Dec 2008 04:14:18 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sun, 21 Dec 2008 04:14:18 +0000
changeset 25286
fd9f6dddc443
parent 21342
6d1d2ebd9277
permissions
-rw-r--r--

The road to a new version starts with but a single commit...

#include "gtkmodule.h"

MODULE = Pidgin::Pounce  PACKAGE = Pidgin::Pounce  PREFIX = pidgin_pounce_
PROTOTYPES: ENABLE

void
pidgin_pounce_editor_show(account, name, cur_pounce)
	Purple::Account account
	const char * name
	Purple::Pounce cur_pounce

MODULE = Pidgin::Pounce  PACKAGE = Pidgin::Pounces  PREFIX = pidgin_pounces_
PROTOTYPES: ENABLE

Purple::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()

mercurial