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

  /external/bluetooth/glib/gobject/
gvaluecollector.h 149 gchar *_lcopy_format = _vtable->lcopy_format; \
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'",
770 if (value_table->lcopy_format && !check_collect_format_I (value_table->lcopy_format))
773 "lcopy_format",
1002 if (value_table->lcopy_format)
1003 vtable_size += strlen (value_table->lcopy_format);
    [all...]
gtype.h 1179 gchar *lcopy_format; member in struct:_GTypeValueTable
    [all...]

Completed in 323 milliseconds