repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor changelog updates
[pidgin-git.git]
/
pidgin
/
plugins
/
perl
/
common
/
GtkSession.xs
blob
4fa040828e0859414adc9415baf746d5f05c7898
1
#include "gtkmodule.h"
2
3
MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_session_
4
PROTOTYPES: ENABLE
5
6
void
7
pidgin_session_init(argv0, previous_id, config_dir)
8
gchar * argv0
9
gchar * previous_id
10
gchar * config_dir
11
12
void
13
pidgin_session_end()