Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_auth.c entrance_config.c entrance_session.c main.c 


Log Message:
Incoming Docs

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_auth.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entrance_auth.c     31 Oct 2003 04:39:52 -0000      1.8
+++ entrance_auth.c     13 Nov 2003 10:36:22 -0000      1.9
@@ -1,3 +1,7 @@
+/**
[EMAIL PROTECTED] entrance_auth.c
[EMAIL PROTECTED] Variables and data relating to system authentication
+*/
 #include"entrance_auth.h"
 #include "util.h"
 
@@ -57,7 +61,8 @@
 }
 #endif
 
-/* entrance_auth_new
+/**
+ * entrance_auth_new
  * Returns a 0'd out Entrance_Auth Struct
  */
 Entrance_Auth *
@@ -72,7 +77,8 @@
    return (e);
 }
 
-/* entrance_auth_free
+/**
+ * entrance_auth_free
  * @e the Entrance_Auth struct to be freed
  */
 void
@@ -94,7 +100,7 @@
 }
 
 #if HAVE_PAM
-/*
+/**
  * _entrance_auth_pam_initialize - initialize PAM session, structures etc.
  * This function will call pam_start() and set the conversation
  * function and others.
@@ -151,7 +157,7 @@
 #endif
 
 #if HAVE_PAM
-/*
+/**
  * entrance_auth_cmp_pam - attempt to auth the user
  * @e The Entrance_Auth struct to attempt to validate on the system
  * Returns - 0 on success, 1 on error
@@ -238,7 +244,7 @@
       snprintf(e->pass, PATH_MAX, "%s", str);
 }
 
-/*
+/**
  * entrance_auth_set_user - set the username in the struct
  * @e - the Entrance_Auth to set the user of
  * @str - a string to set the user to, NULL is fine
@@ -272,7 +278,7 @@
    return (result);
 }
 
-/*
+/**
  * entrance_auth_setup_environment - setup the users environment
  * @e the Entrance_Auth to setup
  * I'm not sure if this is correct, but for now it works.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_config.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- entrance_config.c   31 Oct 2003 04:39:52 -0000      1.12
+++ entrance_config.c   13 Nov 2003 10:36:22 -0000      1.13
@@ -1,5 +1,9 @@
 #include "entrance.h"
 #include "entrance_config.h"
+/**
[EMAIL PROTECTED] entrance_config.c
[EMAIL PROTECTED] System-wide configuration options for various settings in Entrance
+*/
 
 #define REMEMBER_USERS 3
 
@@ -16,6 +20,12 @@
    return (e);
 }
 
+/**
+ * entrance_config_populate - populate the Entrance_Config struct with
+ * the data provided by the valid E_DB_File
+ * @param e Valid Entrance_Config struct
+ * @param db a valid E_DB_File handle opened for reading
+ */
 static void
 entrance_config_populate(Entrance_Config * e, E_DB_File * db)
 {
@@ -161,6 +171,11 @@
 #endif
 }
 
+/**
+ * entrance_config_parse parse the config file named
+ * @param file the file on disk we should load config opts from
+ * @return a valid Entrance_Config file, or NULL on error
+ */
 Entrance_Config *
 entrance_config_parse(char *file)
 {
@@ -196,6 +211,10 @@
            e->passwd.font.a);
 }*/
 
+/**
+ * entrance_config_free Free up an Entrance_Config struct
+ * @param e A Entrance_Config struct pointer
+ */
 void
 entrance_config_free(Entrance_Config * e)
 {
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- entrance_session.c  31 Oct 2003 04:39:52 -0000      1.20
+++ entrance_session.c  13 Nov 2003 10:36:22 -0000      1.21
@@ -2,6 +2,11 @@
 #include "entrance_session.h"
 #include <X11/Xlib.h>
 #include <Esmart/container.h>
+/**
[EMAIL PROTECTED] entrance_session.c
[EMAIL PROTECTED] Variables and Data relating to an instance of the interface
+
+*/
 
 extern void session_item_selected_cb(void *data, Evas_Object * o,
                                      const char *emission,
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- main.c      31 Oct 2003 04:39:52 -0000      1.19
+++ main.c      13 Nov 2003 10:36:22 -0000      1.20
@@ -1,10 +1,7 @@
 /**
- * Corey Donohoe <[EMAIL PROTECTED]>
- * filename: main.c
- * Project: Entrance
- * July 24, 2003
- * 
- */
[EMAIL PROTECTED] main.c
[EMAIL PROTECTED] When entrance starts, and ui specific variables
+*/
 #include <time.h>
 #include <sys/types.h>
 #include <signal.h>




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to