pidgin/plugins/perl/common/GtkSession.xs@402d25ce01da
pidgin/plugins/perl/common/GtkSession.xs
Mon, 08 Jun 2009 02:24:49 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Mon, 08 Jun 2009 02:24:49 +0000
- changeset 27314
- 402d25ce01da
- parent 16529
-
1d0da9270ff9
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Use the JID for adding a chat/buddy because the name is for descriptive
purpose only, and using it will not fill in the Add Chat dialog correctly.
Because the JID is not visible, the user will not know what to actually put
there instead.
#include "gtkmodule.h"
MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_session_
PROTOTYPES: ENABLE
void
pidgin_session_init(argv0, previous_id, config_dir)
gchar * argv0
gchar * previous_id
gchar * config_dir
void
pidgin_session_end()