Skip to content

Commit

Permalink
Update IconFamily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gorbach committed Apr 7, 2010
1 parent 42833af commit b752447
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 66 deletions.
17 changes: 15 additions & 2 deletions IconFamily.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// IconFamily.h
// IconFamily class interface
// by Troy Stephens, Thomas Schnitzer, David Remahl, Nathan Day, Ben Haller, Sven Janssen, Peter Hosey, Conor Dearden, Elliot Glaysher, and Dave MacLachlan
// version 0.9.3 alpha
// version 0.9.4
//
// Project Home Page:
// http://iconfamily.sourceforge.net/
//
// 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/

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

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

//Same as the -removeCustomIconFromFile: method, but for folders (directories).

+ (BOOL) removeCustomIconFromDirectory:(NSString*)path;

@end

// Methods for interfacing with the Carbon Scrap Manager (analogous to and
// interoperable with the Cocoa Pasteboard).
@interface IconFamily (ScrapAdditions)
+ (BOOL) canInitWithScrap;
+ (IconFamily*) iconFamilyWithScrap;
- initWithScrap;
- (BOOL) putOnScrap;
@end
Loading

0 comments on commit b752447

Please sign in to comment.