class-gen: Use convention for get-private macros
commita1ca794839a8eace632d69a7381de56eedf0ef59
authorArnel A. Borja <kyoushuu@yahoo.com>
Tue, 20 Dec 2011 14:59:15 +0000 (20 22:59 +0800)
committerSébastien Granjoux <seb.sfo@free.fr>
Thu, 22 Dec 2011 21:39:51 +0000 (22 22:39 +0100)
tree73effb6e361441c6d268dda19a4fcd1fbc48bf47
parentf737dd0d6caf51bc9bd9e413f653624d15591bac
class-gen: Use convention for get-private macros

GObject in C have a convention of using PREFIX_SUFFIX_GET_PRIVATE macros to get
the private data of a GObject. PREFIX_SUFFIX_PRIVATE is also misleading, making
someone think of it as a macro for casting to a private type.
Use PREFIX_SUFFIX_GET_PRIVATE, instead of PREFIX_SUFFIX_PRIVATE.
plugins/class-gen/templates/go-source.tpl