summaryrefslogtreecommitdiff
path: root/thunar/thunar-dbus-service.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <rgcjonas@gmail.com>2015-08-28 22:45:34 +0200
committerAndre Miranda <andreldm@xfce.org>2017-08-14 21:08:28 -0300
commit4ce7c649f248d90d063440ca8e6db06e64f94e69 (patch)
tree192bcd9ffa370dda358146c5b005b30292afefb7 /thunar/thunar-dbus-service.h
parentd8bc91d4708fcd2190fc536c69415795a040f32a (diff)
downloadthunar-4ce7c649f248d90d063440ca8e6db06e64f94e69.tar.gz
Replace dbus-glib with GDBus
The thumbnailer code is a bit hairy, but it appears to work. Let's wait for the crashes and bug reports.
Diffstat (limited to 'thunar/thunar-dbus-service.h')
-rw-r--r--thunar/thunar-dbus-service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/thunar/thunar-dbus-service.h b/thunar/thunar-dbus-service.h
index 7044000b..e2900bd9 100644
--- a/thunar/thunar-dbus-service.h
+++ b/thunar/thunar-dbus-service.h
@@ -36,7 +36,9 @@ typedef struct _ThunarDBusService ThunarDBusService;
GType thunar_dbus_service_get_type (void) G_GNUC_CONST;
-gboolean thunar_dbus_service_has_connection (ThunarDBusService *dbus_service);
+gboolean thunar_dbus_service_export_on_connection (ThunarDBusService *service,
+ GDBusConnection *connection,
+ GError **error);
G_END_DECLS;