Changeset 89 for trunk/gtk/dialogs.h
- Timestamp:
- Feb 5, 2006, 5:33:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/dialogs.h
r70 r89 38 38 #define DEFAULT_UPLIMIT 20 39 39 40 typedef gboolean (*add_torrent_func_t)(tr_handle_t*, GtkWindow*, const char*, const char *, gboolean );40 typedef gboolean (*add_torrent_func_t)(tr_handle_t*, GtkWindow*, const char*, const char *, gboolean, GList **); 41 41 typedef void (*torrents_added_func_t)(void *); 42 42 43 43 void 44 makeprefwindow(GtkWindow *parent, tr_handle_t *tr );44 makeprefwindow(GtkWindow *parent, tr_handle_t *tr, gboolean *opened); 45 45 46 46 /* set the upload limit based on saved prefs */
Note: See TracChangeset
for help on using the changeset viewer.