summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-manager.h
diff options
context:
space:
mode:
authorAli Abdallah <aliovx@gmail.com>2015-10-08 20:10:32 +0200
committerAli Abdallah <aliovx@gmail.com>2015-10-08 20:10:32 +0200
commit1f9899cad6ba2f6bae6722db605de41ba474f1b9 (patch)
tree7d117201127c33bc463a24355543e284d3caabfc /tumblerd/tumbler-manager.h
parent6b0983ef1bf390c33e919e2086e9be50b4ff8752 (diff)
downloadtumbler-1f9899cad6ba2f6bae6722db605de41ba474f1b9.tar.gz
Start porting some code from dbus-glib.
TumblerManager object which exports the interface 'org.freedesktop.thumbnails.Manager1' is almost dbus-glib free now. There is still only a dbus-glib legacy_connection used for the TumblerSpecializedThumbnailer, which will go away one that object is ported.
Diffstat (limited to 'tumblerd/tumbler-manager.h')
-rw-r--r--tumblerd/tumbler-manager.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tumblerd/tumbler-manager.h b/tumblerd/tumbler-manager.h
index cc11bd1..60e308f 100644
--- a/tumblerd/tumbler-manager.h
+++ b/tumblerd/tumbler-manager.h
@@ -40,17 +40,9 @@ typedef struct _TumblerManager TumblerManager;
GType tumbler_manager_get_type (void) G_GNUC_CONST;
-TumblerManager *tumbler_manager_new (DBusGConnection *connection,
+TumblerManager *tumbler_manager_new (GDBusConnection *connection,
TumblerLifecycleManager *lifecycle_manager,
TumblerRegistry *registry) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
-gboolean tumbler_manager_start (TumblerManager *manager,
- GError **error);
-void tumbler_manager_register (TumblerManager *manager,
- const gchar *const *uri_schemes,
- const gchar *const *mime_types,
- DBusGMethodInvocation *context);
-void tumbler_manager_get_supported (TumblerManager *manager,
- DBusGMethodInvocation *context);
G_END_DECLS;