summaryrefslogtreecommitdiff
path: root/MLKBinding.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-31 10:57:21 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-31 10:57:21 +0200
commit15e2f2443fa6ee9b3b4a78752ecafcc0722c7511 (patch)
tree30eadd91073605a144ee74d7a2494de732afb7f3 /MLKBinding.h
parent959c47aa115e4ee30602cac44cb0a05488bdcc01 (diff)
Documentation: Add sections.
Diffstat (limited to 'MLKBinding.h')
-rw-r--r--MLKBinding.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MLKBinding.h b/MLKBinding.h
index 725037f..421b731 100644
--- a/MLKBinding.h
+++ b/MLKBinding.h
@@ -19,6 +19,9 @@
#import <Foundation/NSObject.h>
+/* Class: MLKBinding
+
+A binding in some environment. */
@interface MLKBinding : NSObject
{
id value;
@@ -26,6 +29,8 @@
+(void) initialize;
+/*** Section: Initialisation and Allocation ***/
+
/* Function: -init
Initalise unbound binding cell.
@@ -38,6 +43,9 @@
*/
-(MLKBinding *) initWithValue:(id)something;
+
+/*** Section: Accessing Content ***/
+
/* Function: +binding
Construct an unbound binding cell.