Searched refs:TrCore (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.h36 #define TR_CORE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TR_CORE_TYPE, TrCore))
45 TrCore; typedef in typeref:struct:_TrCore
58 void (* add_error) (TrCore*, enum tr_core_err, const char * name);
59 void (* add_prompt) (TrCore*, gpointer ctor);
60 void (* blocklist_updated) (TrCore*, int ruleCount );
61 void (* busy) (TrCore*, gboolean is_busy);
62 void (* prefs_changed) (TrCore*, const char* key);
63 void (* port_tested) (TrCore*, gboolean is_open);
64 void (* quit) (TrCore*);
70 TrCore * gtr_core_ne
[all...]
H A Dmsgwin.h18 GtkWidget * gtr_message_log_window_new( GtkWindow * parent, TrCore * core );
H A Dnotify.h22 void gtr_notify_torrent_completed ( TrCore * core, int torrent_id );
H A Dopen-dialog.h19 GtkWidget* gtr_torrent_open_from_url_dialog_new ( GtkWindow * parent, TrCore * core );
20 GtkWidget* gtr_torrent_open_from_file_dialog_new( GtkWindow * parent, TrCore * core );
23 GtkWidget* gtr_torrent_options_dialog_new( GtkWindow * parent, TrCore * core, tr_ctor * ctor );
H A Ddialogs.h35 TrCore * core,
H A Dfile-list.h19 GtkWidget * gtr_file_list_new ( TrCore *, int torrent_id );
H A Dmakemeta-ui.h19 GtkWidget* gtr_torrent_creation_dialog_new( GtkWindow * parent, TrCore * core );
H A Drelocate.h20 TrCore * core,
H A Dstats.h19 GtkWidget* gtr_stats_dialog_new( GtkWindow * parent, TrCore * core );
H A Dtr-icon.h19 gpointer gtr_icon_new ( TrCore * core );
H A Ddetails.h20 TrCore * core );
H A Dtr-window.h31 GtkWidget * gtr_window_new( GtkApplication * app, GtkUIManager * uim, TrCore * core );
H A Dactions.h25 void gtr_actions_set_core( TrCore * core );
H A Dtr-core.c65 static void core_maybe_inhibit_hibernation( TrCore * core );
88 core_is_disposed( const TrCore * core )
93 G_DEFINE_TYPE (TrCore, tr_core, G_TYPE_OBJECT)
98 TrCore * core = TR_CORE( o );
113 TrCore * core = TR_CORE( o );
188 tr_core_init( TrCore * core )
231 core_emit_blocklist_udpated( TrCore * core, int ruleCount )
237 core_emit_port_tested( TrCore * core, gboolean is_open )
243 core_emit_err( TrCore * core, enum tr_core_err type, const char * msg )
249 core_emit_busy( TrCore * cor
[all...]
H A Ddialogs.c41 TrCore * core;
61 TrCore * core,
H A Drelocate.c31 TrCore * core;
147 TrCore * core,
H A Dnotify.c34 TrCore * core;
186 gtr_notify_torrent_completed( TrCore * core, int torrent_id )
H A Dstats.c37 TrCore * core;
125 gtr_stats_dialog_new( GtkWindow * parent, TrCore * core )
H A Dopen-dialog.c52 save_recent_destination( TrCore * core, const char * dir )
92 TrCore * core;
255 gtr_torrent_options_dialog_new( GtkWindow * parent, TrCore * core, tr_ctor * ctor )
421 gtr_torrent_open_from_file_dialog_new( GtkWindow * parent, TrCore * core )
484 gtr_torrent_open_from_url_dialog_new( GtkWindow * parent, TrCore * core )
H A Dtr-icon.c137 gtr_icon_new( TrCore * core)
H A Dactions.c34 static TrCore * myCore = NULL;
194 gtr_actions_set_core( TrCore * core )
H A Dmain.c83 TrCore * core;
339 TrCore * core;
668 on_core_busy( TrCore * core UNUSED, gboolean busy, struct cbdata * c )
673 static void on_core_error( TrCore *, guint, const char *, struct cbdata * );
674 static void on_add_torrent( TrCore *, tr_ctor *, gpointer );
675 static void on_prefs_changed( TrCore * core, const char * key, gpointer );
1018 on_core_error( TrCore * core UNUSED, guint code, const char * msg, struct cbdata * c )
1054 on_add_torrent( TrCore * core, tr_ctor * ctor, gpointer gdata )
1068 on_prefs_changed( TrCore * core UNUSED, const char * key, gpointer data )
H A Dtr-prefs.c417 TrCore * core;
421 updateBlocklistText( GtkWidget * w, TrCore * core )
456 onBlocklistUpdated( TrCore * core, int n, gpointer gdata )
631 TrCore * core;
929 TrCore * core;
1128 TrCore * core;
1137 onCorePrefsChanged( TrCore * core UNUSED, const char * key, gpointer gdata )
1162 onPortTested( TrCore * core UNUSED, gboolean isOpen, gpointer vdata )
H A Dmakemeta-ui.c46 TrCore * core;
415 gtr_torrent_creation_dialog_new( GtkWindow * parent, TrCore * core )
H A Dmsgwin.c40 TrCore * core;
441 gtr_message_log_window_new( GtkWindow * parent, TrCore * core )

Completed in 143 milliseconds

12