Add a simplified script class to help non-C plugins
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Mar 2015 22:23:24 +0000 (22:23 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Mar 2015 23:00:44 +0000 (23:00 +0000)
commit91e2197353de6d09ceaddbc99cad2d533e014410
tree900cc3c3a09715a6d58544fdbc55adfbdfa34c53
parente68ed0bb81b6eef828b5487ddf50479b106ccb9f
Add a simplified script class to help non-C plugins

The gobject introspection based languages have problems
with propagating GErrors to & from the C layer, as well
as dealing with the async ready callbacks. Introduce a
simplified script class that avoids these problems.
This relies on GTask introduced in glib 2.36
configure.ac
entangle.spec.in
po/POTFILES.in
src/Makefile.am
src/frontend/entangle-script-simple.c [new file with mode: 0644]
src/frontend/entangle-script-simple.h [new file with mode: 0644]