Searched refs:onPortTested (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs-dialog.h56 void onPortTested( bool );
H A Dprefs-dialog.cc314 PrefsDialog :: onPortTested( bool isOpen ) function in class:PrefsDialog
346 connect( &mySession, SIGNAL(portTested(bool)), this, SLOT(onPortTested(bool)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-prefs.c1162 onPortTested( TrCore * core UNUSED, gboolean isOpen, gpointer vdata ) function
1181 data->portTag = g_signal_connect( data->core, "port-tested", G_CALLBACK(onPortTested), data );

Completed in 104 milliseconds