Lines Matching defs:data
118 * @key: The user-data key to set
119 * @data: A pointer to the user data to set
120 * @destroy: (nullable): A callback to call when @data is not needed anymore
121 * @replace: Whether to replace an existing data with the same key
123 * Attaches a user-data key/data pair to the specified set.
132 void * data,
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,
147 * Return value: (transfer none): A pointer to the user data