GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid collisions
authorDavid Zeuthen <davidz@redhat.com>
Wed, 21 Sep 2011 12:16:43 +0000 (08:16 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 21 Sep 2011 16:35:40 +0000 (12:35 -0400)
commitaabdb7e190fc4db595484e05e40315985c6c4645
tree131f5cea2be5fdd790d46a52a41ffac625969760
parent1f5262d2c96f888c21bd113d43528cf3964f163d
GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid collisions

Otherwise we might collide with an interface called Connection.

https://bugzilla.gnome.org/show_bug.cgi?id=659699

This is for the same reason that GDBusProxy has its properties
prefixed with g-.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbus-2.0/codegen/codegen.py
gio/gdbusobjectmanagerclient.c
gio/gdbusobjectmanagerserver.c
gio/gdbusobjectproxy.c
gio/gdbusobjectskeleton.c