Go to the source code of this file.
Functions | |
X Windows session subsystem | |
void | pidgin_session_init (gchar *argv0, gchar *previous_id, gchar *config_dir) |
Register this instance of Pidgin with the user's current session manager. | |
void | pidgin_session_end (void) |
Unregister this instance of Pidgin with the user's current session manager. |
Definition in file gtksession.h.
void pidgin_session_init | ( | gchar * | argv0, | |
gchar * | previous_id, | |||
gchar * | config_dir | |||
) |
Register this instance of Pidgin with the user's current session manager.
argv0 | The first argument passed into the program. This will be the name of the executable, e.g. 'purple' | |
previous_id | An optional session ID to use. This can be NULL. | |
config_dir | The path to the configuration directory used by this instance of this program, e.g. '/home/user/.purple' |