GDBusConnection: some straight-up refactoring
authorRyan Lortie <desrt@desrt.ca>
Wed, 17 Apr 2013 13:24:36 +0000 (09:24 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Jun 2013 17:38:30 +0000 (13:38 -0400)
commit14dc0280039a08c4b85ab9a5fbcbb17bf491afa8
tree46fd3980b365e28983135b666631fde5fe341a62
parent02f5cdd98320d330d9b94ccfb15a0f6986534930
GDBusConnection: some straight-up refactoring

Separate the code for validating a method call from the code for
actually scheduling it for dispatch.

This will allow property Get/Set/GetAll calls to be dispatched to the
method_call handler without duplicating a lot of code.

https://bugzilla.gnome.org/show_bug.cgi?id=698375
gio/gdbusconnection.c