# HG changeset patch # User Mark Doliner # Date 1133159121 0 # Node ID 99416d2f609f780cd850ac5e9836c3c0e76276e3 # Parent b7a51e68d0b8f0d46825c14aed0867cc36f87ae3 [gaim-migrate @ 14549] I forgot to document these. Rats to you, Robert Bernoulli! committer: Tailor Script diff -r b7a51e68d0b8 -r 99416d2f609f src/gtksession.h --- a/src/gtksession.h Mon Nov 28 06:20:06 2005 +0000 +++ b/src/gtksession.h Mon Nov 28 06:25:21 2005 +0000 @@ -31,12 +31,20 @@ /*@{*/ /** - * TODO + * Register this instance of Gaim with the user's current session + * manager. + * + * @param argv0 The first argument passed into the program. This + * will be the name of the executable, e.g. 'gaim' + * @param previous_id An optional session ID to use. This can be NULL. + * @param config_dir The path to the configuration directory used by + * this instance of this program, e.g. '/home/user/.gaim' */ void gaim_gtk_session_init(gchar *argv0, gchar *previous_id, gchar *config_dir); /** - * TODO + * Unregister this instance of Gaim with the user's current session + * manager. */ void gaim_gtk_session_end();