pidgin 2.14.14dev
|
X Windows session management API. More...
Go to the source code of this file.
Functions | |
X Windows session subsystem <br> | |
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. | |
X Windows session management API.
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' |