schema source: avoid introspection confusion
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 16 Nov 2011 19:53:03 +0000 (14:53 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 17 Nov 2011 14:03:39 +0000 (14:03 +0000)
commit6339b5fe2de6e49807938983805152bd7c94ef0a
treec61e47ec4f604e2919169acca3d7557f4acc7623
parentbef773408cfebd5a80475c32d96a2b14afaabf8e
schema source: avoid introspection confusion

Any method that has its prefix'd argument as its first parameter will be
interpreted by introspection as a method. We don't want this, so we need
to swap the first two parameters.
gio/gsettingsschema.c
gio/gsettingsschema.h
gio/tests/gsettings.c