Lines Matching defs:key
118 * @key: The user-data key to set
121 * @replace: Whether to replace an existing data with the same key
123 * Attaches a user-data key/data pair to the specified set.
131 hb_user_data_key_t *key,
136 return hb_object_set_user_data (set, key, data, destroy, replace);
142 * @key: The user-data key to query
144 * Fetches the user data associated with the specified key,
153 hb_user_data_key_t *key)
155 return hb_object_get_user_data (set, key);