mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:50:48 +00:00
New access methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1342fe704
commit
6a7f6b4be2
4 changed files with 18 additions and 1 deletions
|
@ -190,6 +190,16 @@ BOOL _fileOwnerDecoded = NO;
|
|||
return self;
|
||||
}
|
||||
|
||||
- (NSArray *) objects
|
||||
{
|
||||
return objects;
|
||||
}
|
||||
|
||||
- (NSArray *) connections
|
||||
{
|
||||
return connections;
|
||||
}
|
||||
|
||||
@end /* GMModel */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue