Merge from branches/new_api:r161

This commit is contained in:
Eric Petit
2006-03-23 12:39:39 +00:00
parent 9321447c68
commit a1830a25bf
33 changed files with 1915 additions and 1627 deletions

View File

@@ -1,5 +1,5 @@
/******************************************************************************
* Copyright (c) 2005 Eric Petit
* Copyright (c) 2005-2006 Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -32,10 +32,9 @@
@interface Controller : NSObject
{
tr_handle_t * fHandle;
tr_handle_t * fLib;
int fCount, fSeeding, fDownloading, fCompleted;
tr_stat_t * fStat;
int fResumeOnWake[TR_MAX_TORRENT_COUNT];
NSMutableArray * fTorrents;
NSToolbar * fToolbar;
@@ -127,8 +126,6 @@
- (void) linkForums: (id) sender;
- (void) notifyGrowl: (NSString *) file;
- (void) revealFromMenu: (id) sender;
- (void) finderReveal: (NSString *) path;
- (void) finderTrash: (NSString *) path;
- (void) growlRegister: (id) sender;
- (void) checkForUpdate: (id) sender;