Skip to content

Commit b752447

Browse files
author
Michael Gorbach
committed
Update IconFamily.
1 parent 42833af commit b752447

2 files changed

Lines changed: 195 additions & 66 deletions

File tree

IconFamily.h

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// IconFamily.h
22
// IconFamily class interface
33
// by Troy Stephens, Thomas Schnitzer, David Remahl, Nathan Day, Ben Haller, Sven Janssen, Peter Hosey, Conor Dearden, Elliot Glaysher, and Dave MacLachlan
4-
// version 0.9.3 alpha
4+
// version 0.9.4
55
//
66
// Project Home Page:
77
// http://iconfamily.sourceforge.net/
88
//
99
// Problems, shortcomings, and uncertainties that I'm aware of are flagged with "NOTE:". Please address bug reports, bug fixes, suggestions, etc. to the project Forums and bug tracker at https://sourceforge.net/projects/iconfamily/
1010

1111
/*
12-
Copyright (c) 2001-2006 Troy N. Stephens
12+
Copyright (c) 2001-2010 Troy N. Stephens
1313
Portions Copyright (c) 2007 Google Inc.
1414
1515
Use and distribution of this source code is governed by the MIT License, whose terms are as follows.
@@ -174,4 +174,17 @@
174174

175175
+ (BOOL) removeCustomIconFromFile:(NSString*)path;
176176

177+
//Same as the -removeCustomIconFromFile: method, but for folders (directories).
178+
179+
+ (BOOL) removeCustomIconFromDirectory:(NSString*)path;
180+
181+
@end
182+
183+
// Methods for interfacing with the Carbon Scrap Manager (analogous to and
184+
// interoperable with the Cocoa Pasteboard).
185+
@interface IconFamily (ScrapAdditions)
186+
+ (BOOL) canInitWithScrap;
187+
+ (IconFamily*) iconFamilyWithScrap;
188+
- initWithScrap;
189+
- (BOOL) putOnScrap;
177190
@end

0 commit comments

Comments
 (0)