Home
last modified time | relevance | path

Searched refs:button_text (Results 1 – 1 of 1) sorted by relevance

/external/avahi/avahi-ui/
Davahi-ui.c254 const gchar *button_text; in aui_service_dialog_new_valist() local
268 button_text = first_button_text; in aui_service_dialog_new_valist()
269 while (button_text) { in aui_service_dialog_new_valist()
273 gtk_dialog_add_button(GTK_DIALOG(w), button_text, response_id); in aui_service_dialog_new_valist()
274 button_text = va_arg(varargs, const gchar *); in aui_service_dialog_new_valist()