pitivi r1324 - in trunk: . docs



Author: edwardrv
Date: Thu Oct 16 14:20:15 2008
New Revision: 1324
URL: http://svn.gnome.org/viewvc/pitivi?rev=1324&view=rev

Log:
        * docs/HACKING:
        Added notes about public/private/protected attributes

Modified:
   trunk/ChangeLog
   trunk/docs/HACKING

Modified: trunk/docs/HACKING
==============================================================================
--- trunk/docs/HACKING	(original)
+++ trunk/docs/HACKING	Thu Oct 16 14:20:15 2008
@@ -36,6 +36,11 @@
      def _padAddedCb(self, unused_element, pad):
         ...
 
+- The following naming should be used for class properties/methods:
+  * public : <name>
+  * protected : _<name>
+  * private : __<name>
+
 - Imported modules should be done in this order:
   * system modules
   * top-level pitivi modules (ex : pitivi.project)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]