Searched refs:lcopy_value (Results 1 – 4 of 4) sorted by relevance
178 *(__error) = _vtable->lcopy_value (_value, \
1180 gchar* (*lcopy_value) (const GValue *value, member
730 value_table->lcopy_format || value_table->lcopy_value) in check_value_table_I()763 if ((value_table->lcopy_format || value_table->lcopy_value) && in check_value_table_I()764 (!value_table->lcopy_format || !value_table->lcopy_value)) in check_value_table_I()
3168 lcopy_value() in the GTypeValueTable. the collect functions are now3179 * *.c: adapted collect_value() and lcopy_value() functions to the new3841 to be location copyied by lcopy_value().3842 lcopy_value(): variable arguments location copy function (optional).