Home
last modified time | relevance | path

Searched refs:lcopy_value (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gobject/
Dgvaluecollector.h178 *(__error) = _vtable->lcopy_value (_value, \
Dgtype.h1180 gchar* (*lcopy_value) (const GValue *value, member
Dgtype.c730 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()
DChangeLog3168 lcopy_value() in the GTypeValueTable. the collect functions are now
3179 * *.c: adapted collect_value() and lcopy_value() functions to the new
3841 to be location copyied by lcopy_value().
3842 lcopy_value(): variable arguments location copy function (optional).