plugins: drop unnecessary ad-hoc sync with child process
authorAlexander Kanavin <alexander.kanavin@intel.com>
Thu, 6 Feb 2014 15:11:44 +0000 (17:11 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Thu, 6 Feb 2014 15:20:04 +0000 (17:20 +0200)
commit241a79e3a0ae7fa88ac7a24414dcfb14b5a70bc5
tree85ed1c2cf1925ba63db6dfee38318a69fb504352
parentb6f496bdd6ac3df6df1d55578d8d9d8dfcba2fb2
plugins: drop unnecessary ad-hoc sync with child process

GDbusProxy and GSignondRemotePlugin do it for us: the former
loads remote d-bus propertyies on construction, the latter
verifies that the remote plugin's type is equal to what we asked for.
src/daemon/plugins/gsignond-plugin-remote-private.h
src/daemon/plugins/gsignond-plugin-remote.c
src/daemon/plugins/plugind/main.c