summaryrefslogtreecommitdiff
path: root/libsecret/secret-collection.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 11:11:58 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 11:14:34 +0200
commit994ae44a77e55077bb64141a08ab8a5143a7d3f1 (patch)
tree4f7db657338868e83f7bf9851144694a50b41e99 /libsecret/secret-collection.c
parent5cc30b2b68f551506bd9bbbe1306a24009e14eca (diff)
downloadlibsecret-994ae44a77e55077bb64141a08ab8a5143a7d3f1.tar.gz
Split the pkg-config files, gir, and vapi into stable/unstable
* C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
Diffstat (limited to 'libsecret/secret-collection.c')
-rw-r--r--libsecret/secret-collection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsecret/secret-collection.c b/libsecret/secret-collection.c
index 58d690b..1165e12 100644
--- a/libsecret/secret-collection.c
+++ b/libsecret/secret-collection.c
@@ -1456,7 +1456,7 @@ secret_collection_search (SecretCollection *self,
*
* Complete asynchronous operation to search for items in a collection.
*
- * Returns: (transfer full) (element-type Secret.Item):
+ * Returns: (transfer full) (element-type SecretUnstable.Item):
* a list of items that matched the search
*/
GList *
@@ -1546,7 +1546,7 @@ collection_load_items_sync (SecretCollection *self,
* This function may block indefinetely. Use the asynchronous version
* in user interface threads.
*
- * Returns: (transfer full) (element-type Secret.Item):
+ * Returns: (transfer full) (element-type SecretUnstable.Item):
* a list of items that matched the search
*/
GList *
@@ -1767,7 +1767,7 @@ secret_collection_get_flags (SecretCollection *self)
*
* Get the list of items in this collection.
*
- * Returns: (transfer full) (element-type Secret.Item): a list of items,
+ * Returns: (transfer full) (element-type SecretUnstable.Item): a list of items,
* when done, the list should be freed with g_list_free, and each item should
* be released with g_object_unref()
*/