Searched defs:string_p (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgvaluetypes.c303 gchar **string_p = collect_values[0].v_pointer; local
305 if (!string_p)
309 *string_p = NULL;
311 *string_p = value->data[0].v_pointer;
313 *string_p = g_strdup (value->data[0].v_pointer);

Completed in 39 milliseconds