summaryrefslogtreecommitdiff
path: root/library/gsecret-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/gsecret-private.h')
-rw-r--r--library/gsecret-private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/gsecret-private.h b/library/gsecret-private.h
index 8ebf4b0..1a74f35 100644
--- a/library/gsecret-private.h
+++ b/library/gsecret-private.h
@@ -99,6 +99,7 @@ gboolean _gsecret_util_have_cached_properties (GDBusProxy *prox
void _gsecret_service_set_default_bus_name (const gchar *bus_name);
+#if 0
GSecretService * _gsecret_service_bare_instance (GDBusConnection *connection,
const gchar *bus_name);
@@ -110,6 +111,7 @@ void _gsecret_service_bare_connect (const gchar *bus
GSecretService * _gsecret_service_bare_connect_finish (GAsyncResult *result,
GError **error);
+#endif
GSecretSession * _gsecret_service_get_session (GSecretService *self);
@@ -135,7 +137,7 @@ void _gsecret_session_open (GSecretService *
GAsyncReadyCallback callback,
gpointer user_data);
-GSecretSession * _gsecret_session_open_finish (GAsyncResult *result,
+gboolean _gsecret_session_open_finish (GAsyncResult *result,
GError **error);
GVariant * _gsecret_session_encode_secret (GSecretSession *session,