diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-12-05 17:56:03 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-12-08 20:13:45 +0100 |
commit | cb64b5ec5ff1b7ae50bfa09267f05011f9b8de96 (patch) | |
tree | bed7d8888ee111416f87a76a560f562e9e089f63 /docs | |
parent | 007f81cb2856fdfa8879e39f8032057e521867b4 (diff) | |
download | gcr-cb64b5ec5ff1b7ae50bfa09267f05011f9b8de96.tar.gz gcr-cb64b5ec5ff1b7ae50bfa09267f05011f9b8de96.tar.bz2 gcr-cb64b5ec5ff1b7ae50bfa09267f05011f9b8de96.zip |
gck: Add GckBuilder as a mutable attribute set
* Use GckBuilder to build a set of attributes, and then
GckAttributes is a immutable set of attributes.
* We reference count the memory used in attributes, so
as we copy and transfer the attributes without duplicating
values unnecessarily
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gck/gck.types | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gck/gck.types b/docs/reference/gck/gck.types index b5c5d32..773f02a 100644 --- a/docs/reference/gck/gck.types +++ b/docs/reference/gck/gck.types @@ -1,5 +1,5 @@ -gck_attribute_get_type gck_attributes_get_type +gck_builder_get_type gck_module_info_get_type gck_module_get_type gck_enumerator_get_type |