Changeset 6795 for trunk/gtk/dialogs.h
- Timestamp:
- Sep 23, 2008, 7:11:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/dialogs.h
r5276 r6795 31 31 32 32 /* prompt if the user wants to quit, calls func with cbdata if they do */ 33 void askquit( TrCore*, GtkWindow* parent, callbackfunc_t func, void* cbdata ); 33 void askquit( TrCore*, 34 GtkWindow* parent, 35 callbackfunc_t func, 36 void* cbdata ); 34 37 35 38 void confirmRemove( GtkWindow * parent, 36 TrCore *core,37 GSList *gtorrents,39 TrCore * core, 40 GSList * gtorrents, 38 41 gboolean doDelete ); 39 42
Note: See TracChangeset
for help on using the changeset viewer.