[libsecret/wip/nielsdg/dont-skip-secret-paths: 2/2] secret-paths: Add (nullable) if allowed.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret/wip/nielsdg/dont-skip-secret-paths: 2/2] secret-paths: Add (nullable) if allowed.
- Date: Fri, 2 Nov 2018 13:04:07 +0000 (UTC)
commit d041b5b9439ba49d66c5b846f9c61f5a36aa54c9
Author: Niels De Graef <nielsdegraef gmail com>
Date: Fri Nov 2 14:02:16 2018 +0100
secret-paths: Add (nullable) if allowed.
This caused segfaults in Seahorse when someone canceled the "Change
Password" dialog for a keyring.
Related to GNOME/seahorse#204
libsecret/secret-paths.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c
index 6a57e75..6c89241 100644
--- a/libsecret/secret-paths.c
+++ b/libsecret/secret-paths.c
@@ -2491,8 +2491,8 @@ secret_service_set_alias_to_dbus_path_sync (SecretService *self,
*
* Stability: Unstable
*
- * Returns: (transfer full): %NULL if the prompt was dismissed or an error occurred,
- * a variant result if the prompt was successful
+ * Returns: (transfer full) (nullable): %NULL if the prompt was dismissed or an
+* error occurred, a variant result if the prompt was successful
*/
GVariant *
secret_service_prompt_at_dbus_path_sync (SecretService *self,
@@ -2569,8 +2569,8 @@ secret_service_prompt_at_dbus_path (SecretService *self,
*
* Stability: Unstable
*
- * Returns: (transfer full): %NULL if the prompt was dismissed or an error occurred,
- * a variant result if the prompt was successful
+ * Returns: (transfer full) (nullable): %NULL if the prompt was dismissed or an
+ * error occurred, a variant result if the prompt was successful
*/
GVariant *
secret_service_prompt_at_dbus_path_finish (SecretService *self,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]