pidgin/plugins/perl/common/GtkPlugin.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 15590
c07dd12bf3f4
child 18068
b6554e3c8224
child 19478
a60c440b01cb
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::Plugin  PACKAGE = Pidgin::Plugins  PREFIX = pidgin_plugins_
PROTOTYPES: ENABLE

void
pidgin_plugins_save()

MODULE = Pidgin::Plugin  PACKAGE = Pidgin::Plugin::Dialog  PREFIX = pidgin_plugin_dialog_
PROTOTYPES: ENABLE

void
pidgin_plugin_dialog_show()

mercurial