gdbusobjectskeleton: Fix compiler warnings
authorColin Walters <walters@verbum.org>
Fri, 30 Nov 2012 20:18:01 +0000 (15:18 -0500)
committerColin Walters <walters@verbum.org>
Wed, 5 Dec 2012 18:30:15 +0000 (13:30 -0500)
commit1e74e46a00bc4495f620b3c0e639f6c05d7d2389
treeabc559e47f9413826c2a5fc0e749d9a806b99655
parent33de093b5abf26c42e9b6ead38088afd21e61991
gdbusobjectskeleton: Fix compiler warnings

The G_OBJECT_WARN_INVALID_PROPERTY_ID() macro uses a local variable
named "_object"; work around this by using "object" as the variable we
pass in.

https://bugzilla.gnome.org/show_bug.cgi?id=689377
gio/gdbusobjectskeleton.c