pidgin/plugins/perl/common/GtkPrivacy.xs

Sun, 06 May 2007 00:44:41 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 06 May 2007 00:44:41 +0000
changeset 16977
c9cb49bea66d
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Change the PIDGIN_NAME stuff to allow translators to transliterate the
name. The only advantage of PIDGIN_NAME is that it reduces the number
of strings in the .po file where they'd need to transliterate Pidgin. I'm
not sure if that's useful or not.

#include "gtkmodule.h"

MODULE = Pidgin::Privacy  PACKAGE = Pidgin::Privacy  PREFIX = pidgin_
PROTOTYPES: ENABLE

void
pidgin_request_add_permit(account, name)
	Purple::Account account
	const char * name

void
pidgin_request_add_block(account, name)
	Purple::Account account
	const char * name

MODULE = Pidgin::Privacy  PACKAGE = Pidgin::Privacy::Dialog  PREFIX = pidgin_privacy_dialog_
PROTOTYPES: ENABLE

void
pidgin_privacy_dialog_show()

void
pidgin_privacy_dialog_hide()

mercurial