[yast-commit] r48666 - /trunk/python-bindings/src/YCP.cc
Author: juhliarik Date: Fri Jun 27 16:49:13 2008 New Revision: 48666 URL: http://svn.opensuse.org/viewcvs/yast?rev=48666&view=rev Log: added comment for function M python-bindings/src/YCP.cc * added comment for function get_setVariable() Modified: trunk/python-bindings/src/YCP.cc Modified: trunk/python-bindings/src/YCP.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/src/YCP.cc?rev=48... ============================================================================== --- trunk/python-bindings/src/YCP.cc (original) +++ trunk/python-bindings/src/YCP.cc Fri Jun 27 16:49:13 2008 @@ -1065,7 +1065,13 @@ else return Py_None; } - +/** + * function handle GET/SET value for YCP variable in python + * @param char * name of module + * @param SymbolEntryPtr pointer to symbol entry + * @param PyObject * value or NULL if GET value is called + * @return PyObject return value of variable or None if SET is called + */ PyObject * get_setYCPVariable (const char * ns_name, SymbolEntryPtr var_se, PyObject * pPythonValue) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
juhliarik@svn.opensuse.org