From: <svn...@op...> - 2009-06-01 09:38:59
|
Author: dgollub Date: Mon Jun 1 11:38:55 2009 New Revision: 5661 URL: http://www.opensync.org/changeset/5661 Log: Add glib2 2.12 version requirmnet to the coding style file Modified: trunk/CODING Modified: trunk/CODING ============================================================================== --- trunk/CODING Mon Jun 1 11:37:45 2009 (r5660) +++ trunk/CODING Mon Jun 1 11:38:55 2009 (r5661) @@ -161,6 +161,7 @@ * Use const; * Use static for internal functions; * Use safe glib functions where possible; + * Use glib functions which are part of at least glib2 version 2.12 * Check validity of all received parameters; * Use osync_assert() while developing; * Do not use alloca() or other non-recommended functions; |