From 441f8554e33658f81939652505c1849798ca07b8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 25 Mar 2012 12:33:38 +0200 Subject: Fix C example code --- docs/reference/libsecret/libsecret-examples.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/reference/libsecret/libsecret-examples.sgml b/docs/reference/libsecret/libsecret-examples.sgml index 94ef82a..f885799 100644 --- a/docs/reference/libsecret/libsecret-examples.sgml +++ b/docs/reference/libsecret/libsecret-examples.sgml @@ -84,7 +84,7 @@ * The variable argument list is the attributes used to later * lookup the password. These attributes must conform to the schema. */ - secret_password_store (EXAMPLE_SCHEMA, Secret.COLLECTION_DEFAULT, "The label", + secret_password_store (EXAMPLE_SCHEMA, SECRET_COLLECTION_DEFAULT, "The label", "the password", NULL, on_password_stored, NULL, "number", 8, "string", "eight", @@ -103,7 +103,7 @@ * The variable argument list is the attributes used to later * lookup the password. These attributes must conform to the schema. */ - secret_password_store_sync (EXAMPLE_SCHEMA, Secret.COLLECTION_DEFAULT, + secret_password_store_sync (EXAMPLE_SCHEMA, SECRET_COLLECTION_DEFAULT, "The label", "the password", NULL, &error, "number", 9, "string", "nine", -- cgit v1.2.1