mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-02 02:01:31 +00:00
* */*.h: Format declarations consistently. Add -*-objc-*
shabang line. Replace remaining extern declarations with GDL2*_EXPORT. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd15f889e0
commit
e6689b0cc8
66 changed files with 847 additions and 863 deletions
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/* -*-objc-*-
|
||||
EOArrayDataSource.h
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -42,10 +42,10 @@
|
|||
EOClassDescription *_classDescription;
|
||||
}
|
||||
|
||||
- (id) initWithClassDescription: (EOClassDescription *)classDescription
|
||||
editingContext: (EOEditingContext *)context;
|
||||
- (id)initWithClassDescription: (EOClassDescription *)classDescription
|
||||
editingContext: (EOEditingContext *)context;
|
||||
|
||||
- (void) setArray: (NSArray *)array;
|
||||
- (void)setArray: (NSArray *)array;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue