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

  /external/bluetooth/glib/gobject/
gsourceclosure.c 77 gboolean v_return; local
84 v_return = callback (closure->data);
86 g_value_set_boolean (return_value, v_return);
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 26 gboolean v_return; local
51 v_return = callback(data1,
55 g_value_set_boolean(return_value, v_return);

Completed in 179 milliseconds