summaryrefslogtreecommitdiff
path: root/gck/gck-mock.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-12-07 17:52:31 +0100
committerStef Walter <stefw@collabora.co.uk>2011-12-08 20:13:45 +0100
commit411cc74ad88cfe1fee0ad58b05338b408fe8622b (patch)
tree893f580f9f22e6b4ac9cb1887033287c31c02d99 /gck/gck-mock.h
parentcb64b5ec5ff1b7ae50bfa09267f05011f9b8de96 (diff)
downloadgcr-411cc74ad88cfe1fee0ad58b05338b408fe8622b.tar.gz
gck: Add floating references to GckAttributes
* Allows us more flexibility in our API in the future * Simplifies the common case of generating a set of attributes and directly passing it to a gck function
Diffstat (limited to 'gck/gck-mock.h')
-rw-r--r--gck/gck-mock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gck/gck-mock.h b/gck/gck-mock.h
index 99ad166..bd30b79 100644
--- a/gck/gck-mock.h
+++ b/gck/gck-mock.h
@@ -376,7 +376,7 @@ void gck_mock_module_enumerate_objects (CK_SESSION_H
GckMockEnumerator func,
gpointer user_data);
-CK_OBJECT_HANDLE gck_mock_module_take_object (GckAttributes *attrs);
+CK_OBJECT_HANDLE gck_mock_module_add_object (GckAttributes *attrs);
void gck_mock_module_set_object (CK_OBJECT_HANDLE object,
CK_ATTRIBUTE_PTR attrs,