~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to gtk/details.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: details.h 7664 2009-01-11 17:46:51Z charles $
 
10
 * $Id: details.h 8279 2009-04-24 01:37:04Z charles $
11
11
 */
12
12
 
13
13
#ifndef GTK_TORRENT_INSPECTOR_H
14
14
#define GTK_TORRENT_INSPECTOR_H
15
15
 
16
16
#include <gtk/gtk.h>
 
17
#include "tr-core.h"
17
18
#include "tr-torrent.h"
18
19
 
19
20
GtkWidget* torrent_inspector_new( GtkWindow * parent,
20
 
                                  TrTorrent * tor );
 
21
                                  TrCore    * core );
 
22
 
 
23
void torrent_inspector_set_torrents( GtkWidget * widgets,
 
24
                                     GSList    * torrent_ids );
21
25
 
22
26
#endif /* TG_PREFS_H */