pidgin/plugins/perl/common/GtkPounce.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 21342
6d1d2ebd9277
permissions
-rw-r--r--

merge of 'c36026e6d6a9420e254a9b837c172c4ccb75d654'
and '4e9dba9e28e65d0cba8a3cebe987b25d0620a44a'

#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