comparison src/gtksession.h @ 12247:99416d2f609f

[gaim-migrate @ 14549] I forgot to document these. Rats to you, Robert Bernoulli! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 06:25:21 +0000
parents b7a51e68d0b8
children fc464a0abccc
comparison
equal deleted inserted replaced
12246:b7a51e68d0b8 12247:99416d2f609f
29 /** @name X Windows session subsystem */ 29 /** @name X Windows session subsystem */
30 /**************************************************************************/ 30 /**************************************************************************/
31 /*@{*/ 31 /*@{*/
32 32
33 /** 33 /**
34 * TODO 34 * Register this instance of Gaim with the user's current session
35 * manager.
36 *
37 * @param argv0 The first argument passed into the program. This
38 * will be the name of the executable, e.g. 'gaim'
39 * @param previous_id An optional session ID to use. This can be NULL.
40 * @param config_dir The path to the configuration directory used by
41 * this instance of this program, e.g. '/home/user/.gaim'
35 */ 42 */
36 void gaim_gtk_session_init(gchar *argv0, gchar *previous_id, gchar *config_dir); 43 void gaim_gtk_session_init(gchar *argv0, gchar *previous_id, gchar *config_dir);
37 44
38 /** 45 /**
39 * TODO 46 * Unregister this instance of Gaim with the user's current session
47 * manager.
40 */ 48 */
41 void gaim_gtk_session_end(); 49 void gaim_gtk_session_end();
42 50
43 /*@}*/ 51 /*@}*/
44 52