HomeSort by relevance Sort by last modified time
    Searched full:g_datalist_clear (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/glib/glib/
gdataset.h 47 void g_datalist_clear (GData **datalist);
gdataset.c 129 g_datalist_clear (GData **datalist) function
galiasdef.c 534 #undef g_datalist_clear macro
535 extern __typeof (g_datalist_clear) g_datalist_clear __attribute((alias("IA__g_datalist_clear"), visibility("default")));
    [all...]
galias.h 527 extern __typeof (g_datalist_clear) IA__g_datalist_clear __attribute((visibility("hidden")));
528 #define g_datalist_clear IA__g_datalist_clear macro
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
datalist.sgml 42 To remove all data elements from a datalist, use g_datalist_clear().
202 <!-- ##### FUNCTION g_datalist_clear ##### -->
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt     [all...]
  /external/bluetooth/glib/gobject/
gparam.c 176 g_datalist_clear (&pspec->qdata);
    [all...]
gobject.c 747 g_datalist_clear (&object->qdata);
    [all...]

Completed in 69 milliseconds