Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c120 static GtkWidget *streaming_proxy_use, *streaming_proxy_host_entry; variable
170 flac_cfg.stream.proxy_host = g_strdup(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_host_entry))); in flac_configurewin_ok()
675 streaming_proxy_host_entry = gtk_entry_new(); in FLAC_XMMS__configure()
676 …gtk_entry_set_text(GTK_ENTRY(streaming_proxy_host_entry), flac_cfg.stream.proxy_host? flac_cfg.str… in FLAC_XMMS__configure()
677 gtk_box_pack_start(GTK_BOX(streaming_proxy_hbox), streaming_proxy_host_entry, TRUE, TRUE, 0); in FLAC_XMMS__configure()