[Uludag-commits] r16305 - branches/comar-dbus/comar/src

uludag-commits at pardus.org.tr uludag-commits at pardus.org.tr
12 Ara 2007 Çar 22:38:33 EET


Author: bahadir.kandemir
Date: Wed Dec 12 22:38:33 2007
New Revision: 16305

Modified:
   branches/comar-dbus/comar/src/csl.c
Log:
Code comments - cosmetic

Modified: branches/comar-dbus/comar/src/csl.c
=================================================================
--- branches/comar-dbus/comar/src/csl.c	(original)
+++ branches/comar-dbus/comar/src/csl.c	Wed Dec 12 22:38:33 2007
@@ -38,6 +38,7 @@
 {
     /*!
      * This method can be used in CSL scripts to get script's owner.
+     *
      * @return Owner of the running CSL script.
      */
 
@@ -53,6 +54,7 @@
     /*!
      * This method can be used in CSL scripts to call Comar methods
      * internally.
+     *
      * @return Called method's reply
      */
 
@@ -170,6 +172,8 @@
 py_compile(const char *script_path)
 {
     /*!
+     * Checks CSL script for errors.
+     *
      * @script_path Absolute or relative path of the CSL script.
      * @return 0 on success, 1 on IO errors (missing file, etc.), 2 on script error
      */
@@ -195,6 +199,7 @@
 {
     /*!
      * Calls model's method with given arguments.
+     *
      * @app Application name
      * @model Model
      * @method Method
@@ -275,6 +280,7 @@
 {
     /*!
      * This method can be used to get type of given Python object.
+     *
      * @obj Python object
      * @return Signature
      */
@@ -315,6 +321,7 @@
 {
     /*!
      * Returns signature of a Python object including it's content.
+     *
      * @obj Python object
      * @return Signature, or NULL on error
      */
@@ -405,6 +412,7 @@
 {
     /*!
      * Converts a Python object to DBus fotmat.
+     *
      * @iter Iterator to append message to
      * @obj Python object
      * @return 0 on success, 1 on error
@@ -536,6 +544,7 @@
 {
     /*!
      * Converts a DBus argument to Python object.
+     *
      * @iter Iterator to append message to
      * @return Python object
      */
@@ -631,6 +640,7 @@
 {
     /*!
      * Converts a dictionary entry array to Python dictionary.
+     *
      * @iter Iterator to get object from
      * @return Python object, or NULL on error
      */
@@ -673,6 +683,7 @@
 {
     /*
      * Converts an array to Python list
+     *
      * @iter Iterator to get object from
      * @return Python object, or NULL on error
      */
@@ -693,6 +704,7 @@
 {
     /*!
      * Extracts arguments of a DBus message and converts it to a Python object
+     *
      * @msg DBus message to get objects from
      * @return Python object
      */


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi