[anjuta] libanjuta: Improve documentation of AnjutaSession



commit a9a5581406b95cf612b13d71db5636692992d5e2
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Sun Nov 4 15:30:50 2012 +0100

    libanjuta: Improve documentation of AnjutaSession

 libanjuta/anjuta-session.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-session.c b/libanjuta/anjuta-session.c
index d2104ee..f611ee9 100644
--- a/libanjuta/anjuta-session.c
+++ b/libanjuta/anjuta-session.c
@@ -20,11 +20,15 @@
 
 /**
  * SECTION:anjuta-session
- * @short_description: Program session
+ * @short_description: Store local user settings
  * @see_also:
  * @stability: Unstable
  * @include: libanjuta/anjuta-session.h
  *
+ * A anjuta session contains local user settings, by example the list of files
+ * open in one project. These settings are stored in
+ * a .ini-like config file in a directory named session. Other libraries can
+ * store their own settings in another format in the same directory.
  */
 
 #include <stdlib.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]