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

  /external/bluetooth/glib/glib/
garray.h 67 #define g_array_insert_val(a,i,v) g_array_insert_vals (a, i, &(v), 1) macro
  /external/bluetooth/glib/gio/
gfileinfo.c 894 g_array_insert_val (info->attributes, i, attr);
    [all...]

Completed in 728 milliseconds