pidgin/plugins/perl/common/GtkPounce.xs

Tue, 25 Aug 2009 03:58:42 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Tue, 25 Aug 2009 03:58:42 +0000
changeset 28374
fc320558f36f
parent 21342
6d1d2ebd9277
permissions
-rw-r--r--

Tweak the blurb I added to the about box for the support list to be even more
verbose and hopefully more helpful to users.

#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