|
From: Jakub M. <ja...@o2...> - 2009-10-28 19:51:18
|
I started my "devel path" from looking through the osynctool.c (http://svn.opensync.org/osynctool/trunk/tools/osynctool.c) And now (at the very beginning) I have some questions: 1. Function [line: 164]: static osync_bool osynctool_list_formats(OSyncFormatEnv *env, OSyncError **error) Argument "error" is never used in the function. Will it be needed in the future? Do we consider as a bug? 2. Some function return "void" and use "osync_trace", while other return "osync_bool" (and do not trace). Are there any specific rules? When do we need trace? "osynctool_list_formats" and "osynctool_list_plugins" seem to be very similar, but they behave differently in this matter. Thanks in advance for answering my questions. I promise there will be some more ;) Bloosky ja...@o2... |