Home
last modified time | relevance | path

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

/external/fio/
Dgfio.c492 GtkWidget *hentry; member
515 text = gtk_entry_get_text(GTK_ENTRY(cw->hentry)); in hostname_cb()
556 cw.hentry = gtk_entry_new(); in get_connection_details()
557 gtk_entry_set_text(GTK_ENTRY(cw.hentry), "localhost"); in get_connection_details()
558 gtk_box_pack_start(GTK_BOX(hbox), cw.hentry, TRUE, TRUE, 0); in get_connection_details()
601 g_signal_connect(G_OBJECT(cw.hentry), "changed", G_CALLBACK(hostname_cb), &cw); in get_connection_details()
611 ge->host = strdup(gtk_entry_get_text(GTK_ENTRY(cw.hentry))); in get_connection_details()