diff options
| author | Milan Crha <mcrha@redhat.com> | 2016-10-11 11:47:14 +0200 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2016-10-11 11:47:14 +0200 |
| commit | d7931c6dd9db1e090f4bb466983c3dced19e2201 (patch) | |
| tree | 31e31eef195355e800c63be6b4dcfefe6e37bb84 /src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml | |
| parent | 4febe3ae82e850ca9f17229dd2dbd9cdd8708a8f (diff) | |
| download | evolution-data-server-d7931c6dd9db1e090f4bb466983c3dced19e2201.tar.gz | |
Reorganize directory structure
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
Diffstat (limited to 'src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml')
| -rw-r--r-- | src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml b/src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml new file mode 100644 index 000000000..0fbbe43f9 --- /dev/null +++ b/src/private/org.gnome.evolution.dataserver.Subprocess.Backend.xml @@ -0,0 +1,29 @@ +<!DOCTYPE node PUBLIC +"-//freedesktop//DTD D-Bus Object Introspection 1.0//EN" +"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> + +<!-- + org.gnome.evolution.dataserver.Subprocess.Backend: + @short_description: Subprocess for backends objects + @since: 3.16 + + This interface provides access to the subprocess responsible to + create a backend instance +--> +<interface name="org.gnome.evolution.dataserver.Subprocess.Backend"> + + <signal name="BackendClosed"> + <arg name="sender" type="s"/> + </signal> + + <method name="Create"> + <arg name="source_id" direction="in" type="s"/> + <arg name="backend_factory_type_name" direction="in" type="s"/> + <arg name="module_filename" direction="in" type="s"/> + <arg name="object_path" direction="out" type="s"/> + </method> + + <method name="Close"/> + +</interface> |
