HomeSort by relevance Sort by last modified time
    Searched refs:lcopy_value (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gobject/
gvaluecollector.h 135 * @flags: flags which are passed on to the lcopy_value() function of
178 *(__error) = _vtable->lcopy_value (_value, \
gtype.h 1180 gchar* (*lcopy_value) (const GValue *value, member in struct:_GTypeValueTable
    [all...]
gtype.c 730 value_table->lcopy_format || value_table->lcopy_value)
763 if ((value_table->lcopy_format || value_table->lcopy_value) &&
764 (!value_table->lcopy_format || !value_table->lcopy_value))
766 g_warning ("one of `lcopy_format' and `lcopy_value()' is unspecified for type `%s'",
    [all...]

Completed in 211 milliseconds