~ubuntu-branches/ubuntu/quantal/transmission/quantal

« back to all changes in this revision

Viewing changes to gtk/dialogs.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-07-24 23:31:01 UTC
  • mfrom: (1.1.37 upstream) (2.1.21 sid)
  • Revision ID: james.westby@ubuntu.com-20100724233101-s1w4xpfbt9g10vxo
Tags: 2.03-0ubuntu1
* New upstream release (LP: #599126) 
* Fixes bugs:
  - duplicate quit confirmation dialog on closing transmission (LP: #603426)
  - disk read/write scheduling (LP: #567181)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: dialogs.h 8846 2009-07-22 15:55:48Z charles $
 
2
 * $Id: dialogs.h 10994 2010-07-11 06:46:48Z charles $
3
3
 *
4
4
 * Copyright (c) 2005-2008 Transmission authors and contributors
5
5
 *
34
34
typedef void ( *callbackfunc_t )( gpointer );
35
35
 
36
36
/* prompt if the user wants to quit, calls func with cbdata if they do */
37
 
void askquit( TrCore          * core,
38
 
              GtkWindow       * parent,
39
 
              callbackfunc_t    func,
40
 
              gpointer          cbdata );
 
37
GtkWidget *  askquit( TrCore          * core,
 
38
                      GtkWindow       * parent,
 
39
                      callbackfunc_t    func,
 
40
                      gpointer          cbdata );
41
41
 
42
42
void confirmRemove( GtkWindow * parent,
43
43
                    TrCore    * core,