GSimpleAction: Fix to comply with constructor rules
authorColin Walters <walters@verbum.org>
Wed, 30 Nov 2011 22:26:59 +0000 (17:26 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:14 +0000 (18:05 -0500)
commit41e5ba86a791a17bb560dd7813ad7e849e0230dc
tree6da03b8324d8db0c07040465178b895907e30f80
parent76527e5cd5e864f1695b3afe0d6350e7546606bb
GSimpleAction: Fix to comply with constructor rules

foo_new_*() must be pure wrappers around g_object_new(), otherwise
their functionality is inaccessible to bindings.
gio/gaction.c
gio/gsimpleaction.c