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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c725 on_pref_changed( TrCore * core, const char * key, gpointer data UNUSED ) function
767 on_pref_changed( core, PREF_KEY_SORT_MODE, NULL );
768 on_pref_changed( core, PREF_KEY_SORT_REVERSED, NULL );
769 on_pref_changed( core, PREF_KEY_DIR_WATCH_ENABLED, NULL );
770 on_pref_changed( core, TR_PREFS_KEY_PEER_LIMIT_GLOBAL, NULL );
771 on_pref_changed( core, PREF_KEY_INHIBIT_HIBERNATION, NULL );
772 g_signal_connect( core, "prefs-changed", G_CALLBACK( on_pref_changed ), NULL );

Completed in 109 milliseconds