summaryrefslogtreecommitdiff
path: root/libsecret/secret-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/secret-backend.c')
-rw-r--r--libsecret/secret-backend.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsecret/secret-backend.c b/libsecret/secret-backend.c
index c527f82..d18982a 100644
--- a/libsecret/secret-backend.c
+++ b/libsecret/secret-backend.c
@@ -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);
);