summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-05 22:03:06 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-02-07 13:02:10 +0100
commit1d1363a780dd0ba7f24c5e345eeadf8d5fc0087d (patch)
tree979a14e512ede71e7c82bc6f3ae42747f2d64a82
parent56bf2c8fe9c887b01ccd9e6b13eace117f959886 (diff)
downloadlibsecret-1d1363a780dd0ba7f24c5e345eeadf8d5fc0087d.tar.gz
docs: Merge unused docs for backend & retrievable
Only one doc will appear in gir and gi-docgen docs.
-rw-r--r--libsecret/secret-backend.c10
-rw-r--r--libsecret/secret-retrievable.c11
2 files changed, 3 insertions, 18 deletions
diff --git a/libsecret/secret-backend.c b/libsecret/secret-backend.c
index 47b495f..9b3c22b 100644
--- a/libsecret/secret-backend.c
+++ b/libsecret/secret-backend.c
@@ -25,20 +25,12 @@
#include "libsecret/secret-enum-types.h"
/**
- * SecretBackend
- *
- * A backend implementation of password storage
+ * SecretBackend:
*
* #SecretBackend represents a backend implementation of password
* storage.
*
* Stability: Stable
- */
-
-/**
- * SecretBackend:
- *
- * An object representing a backend implementation of password storage.
*
* Since: 0.19.0
*/
diff --git a/libsecret/secret-retrievable.c b/libsecret/secret-retrievable.c
index 2ee474d..714ad33 100644
--- a/libsecret/secret-retrievable.c
+++ b/libsecret/secret-retrievable.c
@@ -18,9 +18,9 @@
#include "secret-private.h"
/**
- * SecretRetrievable
+ * SecretRetrievable:
*
- * A read-only secret item
+ * A read-only view of a secret item in the Secret Service.
*
* #SecretRetrievable provides a read-only view of a secret item
* stored in the Secret Service.
@@ -30,13 +30,6 @@
* [method@Retrievable.retrieve_secret_finish].
*
* Stability: Stable
- */
-
-/**
- * SecretRetrievable:
- *
- * An object representing a read-only view of a secret item in the
- * Secret Service.
*
* Since: 0.19.0
*/