docs: Document BACKEND_EXTENSION_POINT_NAME

This commit is contained in:
Maximiliano Sandoval R 2022-02-05 20:29:03 +01:00
parent 868a88ffe8
commit 0457c29dad
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -75,6 +75,12 @@
* Since: 0.19.0
*/
/**
* SECRET_BACKEND_EXTENSION_POINT_NAME:
*
* Extension point for the secret backend.
*/
G_DEFINE_INTERFACE_WITH_CODE (SecretBackend, secret_backend, G_TYPE_OBJECT,
g_type_interface_add_prerequisite(g_define_type_id, G_TYPE_ASYNC_INITABLE);
);