diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-19 17:19:22 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-19 17:19:22 +0100 |
commit | 1510350c45a0f175eacaa370d02aafba92979c50 (patch) | |
tree | aac86cc6ae40f618aeb3bd639ddfa73a8cc6b586 /plugins | |
parent | 0e97cc678cb9ec813460ca2e60a23595e753c2f8 (diff) | |
download | portato-1510350c45a0f175eacaa370d02aafba92979c50.tar.gz portato-1510350c45a0f175eacaa370d02aafba92979c50.tar.bz2 portato-1510350c45a0f175eacaa370d02aafba92979c50.zip |
Init dbus threads using a plugin
Diffstat (limited to '')
-rw-r--r-- | plugins/dbus_init.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/dbus_init.xml b/plugins/dbus_init.xml new file mode 100644 index 0000000..8b93718 --- /dev/null +++ b/plugins/dbus_init.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> + + <author>René 'Necoro' Neumann</author> + <name>DBus Initializer</name> + + <import>portato.plugins.dbus_init</import> + + <hooks> + <hook type="thread_init" call="dbus_init"> + <connect type="after" /> + </hook> + </hooks> + +</plugin> |