add method documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2011-03-09 10:37:54 +00:00
parent f9fb57e717
commit 731f62b0e3

View file

@ -338,6 +338,9 @@ typedef enum _NSTableViewColumnAutoresizingStyle
@interface NSObject (NSTableDataSource)
/**
* Returns the number of records that the data source manages for <em>aTableView</em>.
*/
- (int) numberOfRowsInTableView: (NSTableView *)aTableView;
- (id) tableView: (NSTableView *)aTableView
objectValueForTableColumn: (NSTableColumn *)aTableColumn