Changeset 17 for trunk/gtk/prefs.h
- Timestamp:
- Jan 12, 2006, 6:55:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/prefs.h
r7 r17 36 36 #define PREF_DIR "download-directory" 37 37 38 #define DEFAULT_UPLIMIT 20 39 40 typedef gboolean (*add_torrent_func_t)(tr_handle_t*, GtkWindow*, const char*, const char *, gboolean); 41 typedef void (*torrents_added_func_t)(void *); 42 38 43 void 39 44 makeprefwindow(GtkWindow *parent, tr_handle_t *tr); … … 43 48 setlimit(tr_handle_t *tr); 44 49 50 /* show the "add a torrent" dialog */ 51 void 52 makeaddwind(add_torrent_func_t addfunc, GtkWindow *parent, tr_handle_t *tr, 53 torrents_added_func_t donefunc, void *donedata); 54 45 55 #endif /* TG_PREFS_H */
Note: See TracChangeset
for help on using the changeset viewer.