mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
This commit is contained in:
10
gtk/util.h
10
gtk/util.h
@@ -109,6 +109,16 @@ void gtr_combo_box_set_active_enum (GtkComboBox *, int value);
|
||||
****
|
||||
***/
|
||||
|
||||
struct _TrCore;
|
||||
|
||||
GtkWidget * gtr_freespace_label_new (struct _TrCore * core, const char * dir);
|
||||
|
||||
void gtr_freespace_label_set_dir (GtkWidget * label, const char * dir);
|
||||
|
||||
/***
|
||||
****
|
||||
***/
|
||||
|
||||
void gtr_unrecognized_url_dialog (GtkWidget * parent, const char * url);
|
||||
|
||||
void gtr_http_failure_dialog (GtkWidget * parent, const char * url, long response_code);
|
||||
|
||||
Reference in New Issue
Block a user