mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
docs: Merge unused docs for backend & retrievable
Only one doc will appear in gir and gi-docgen docs.
This commit is contained in:
parent
56bf2c8fe9
commit
1d1363a780
@ -25,20 +25,12 @@
|
|||||||
#include "libsecret/secret-enum-types.h"
|
#include "libsecret/secret-enum-types.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SecretBackend
|
* SecretBackend:
|
||||||
*
|
|
||||||
* A backend implementation of password storage
|
|
||||||
*
|
*
|
||||||
* #SecretBackend represents a backend implementation of password
|
* #SecretBackend represents a backend implementation of password
|
||||||
* storage.
|
* storage.
|
||||||
*
|
*
|
||||||
* Stability: Stable
|
* Stability: Stable
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* SecretBackend:
|
|
||||||
*
|
|
||||||
* An object representing a backend implementation of password storage.
|
|
||||||
*
|
*
|
||||||
* Since: 0.19.0
|
* Since: 0.19.0
|
||||||
*/
|
*/
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
#include "secret-private.h"
|
#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
|
* #SecretRetrievable provides a read-only view of a secret item
|
||||||
* stored in the Secret Service.
|
* stored in the Secret Service.
|
||||||
@ -30,13 +30,6 @@
|
|||||||
* [method@Retrievable.retrieve_secret_finish].
|
* [method@Retrievable.retrieve_secret_finish].
|
||||||
*
|
*
|
||||||
* Stability: Stable
|
* Stability: Stable
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* SecretRetrievable:
|
|
||||||
*
|
|
||||||
* An object representing a read-only view of a secret item in the
|
|
||||||
* Secret Service.
|
|
||||||
*
|
*
|
||||||
* Since: 0.19.0
|
* Since: 0.19.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user