Searched refs:typeentry (Results 1 – 1 of 1) sorted by relevance
536 char *typeentry; in get_connection_details() local614 typeentry = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw.combo)); in get_connection_details()615 if (!typeentry || !strncmp(typeentry, "IPv4", 4)) in get_connection_details()617 else if (!strncmp(typeentry, "IPv6", 4)) in get_connection_details()621 g_free(typeentry); in get_connection_details()