summaryrefslogtreecommitdiff
path: root/client/gvfsdaemondbus.h
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-06-14 17:09:44 +0200
committerOndrej Holy <oholy@redhat.com>2017-03-28 12:17:41 +0200
commit76242c7f2747569dfacc13ba781fed9823978848 (patch)
treec4d25f0d5dc4805950583341f06d7fb04e4e74e9 /client/gvfsdaemondbus.h
parent847787159f65cc612f3e4aee634c4bb127e9da96 (diff)
downloadgvfs-76242c7f2747569dfacc13ba781fed9823978848.tar.gz
client: Remove obsolete GSimpleAsyncResult helpers
GSimpleAsyncResult is deprecated in favour of GTask and should be replaced. https://bugzilla.gnome.org/show_bug.cgi?id=747412
Diffstat (limited to 'client/gvfsdaemondbus.h')
-rw-r--r--client/gvfsdaemondbus.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/gvfsdaemondbus.h b/client/gvfsdaemondbus.h
index bd02d417..70237dc2 100644
--- a/client/gvfsdaemondbus.h
+++ b/client/gvfsdaemondbus.h
@@ -55,12 +55,6 @@ void _g_dbus_connection_get_for_async (const char
GVfsAsyncDBusCallback callback,
gpointer callback_data,
GCancellable *cancellable);
-void _g_simple_async_result_complete_with_cancellable
- (GSimpleAsyncResult *result,
- GCancellable *cancellable);
-void _g_simple_async_result_take_error_stripped
- (GSimpleAsyncResult *simple,
- GError *error);
gulong _g_dbus_async_subscribe_cancellable (GDBusConnection *connection,
GCancellable *cancellable);