* This is expected behavior, so don't complain.
https://bugzilla.gnome.org/show_bug.cgi?id=688165
SecretService *service = SECRET_SERVICE (source);
GError *error = NULL;
GHashTable *properties;
SecretService *service = SECRET_SERVICE (source);
GError *error = NULL;
GHashTable *properties;
- path = secret_service_create_item_dbus_path_finish (service, result, &error);
+ _secret_service_create_item_dbus_path_finish_raw (result, &error);
/*
* This happens when the collection doesn't exist. If the collection is
/*
* This happens when the collection doesn't exist. If the collection is
g_simple_async_result_complete (async);
}
g_simple_async_result_complete (async);
}
g_object_unref (async);
}
g_object_unref (async);
}
+void
+_secret_service_create_item_dbus_path_finish_raw (GAsyncResult *result,
+ GError **error)
+{
+ g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error);
+}
+
/**
* secret_service_create_item_dbus_path_sync:
* @self: a secret service object
/**
* secret_service_create_item_dbus_path_sync:
* @self: a secret service object
gchar ***xlocked,
GError **error);
gchar ***xlocked,
GError **error);
+void _secret_service_create_item_dbus_path_finish_raw (GAsyncResult *result,
+ GError **error);
+
GHashTable * _secret_collection_properties_new (const gchar *label);
SecretItem * _secret_collection_find_item_instance (SecretCollection *self,
GHashTable * _secret_collection_properties_new (const gchar *label);
SecretItem * _secret_collection_find_item_instance (SecretCollection *self,