X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FInstantHandBrake%2FDeviceController.h;h=7f8b47c4bf992186af517c3db567c21dcd8e8617;hb=f35d39f9adca67471b72f3e47398855d51481f87;hp=5adf39dc114b14e9fc81d53a131e98a143846fb7;hpb=10aab2bcb670641bd4fea7c25f3567b76af03d4c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/InstantHandBrake/DeviceController.h b/macosx/InstantHandBrake/DeviceController.h index 5adf39dc..7f8b47c4 100644 --- a/macosx/InstantHandBrake/DeviceController.h +++ b/macosx/InstantHandBrake/DeviceController.h @@ -4,7 +4,7 @@ // // Created by Damiano Galassi on 23/01/08. // This file is part of the HandBrake source code. -// Homepage: . +// Homepage: . // It may be used under the terms of the GNU General Public License. // // @@ -13,11 +13,16 @@ #import "device.h" @interface DeviceController : NSObject { - NSMutableArray * deviceArray; + NSMutableArray *devicesArray; + NSString *appSupportPath; } - (id)init; +- (BOOL) loadDevices; +- (BOOL) loadBuiltInDevices; - (id)populateList; -- (NSArray *) deviceList; +- (NSArray *) devicesList; +- (BOOL) saveDevices; + @end