- Timestamp:
- Feb 19, 2013, 8:29:34 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- 3b9ca71
- Parents:
- e5210c9
- git-author:
- David Benjamin <davidben@mit.edu> (06/09/12 23:05:48)
- git-committer:
- David Benjamin <davidben@mit.edu> (02/19/13 20:29:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r5001a3d r69f74c2 239 239 char *summary; /* summary of usage */ 240 240 char *description; /* detailed description */ 241 GValue val; /* current value */242 241 GClosure *set_fromstring_fn; 243 242 /* sets the variable to a value … … 251 250 252 251 /* These are only valid for OWL_VARIABLE_{INT,BOOL,STRING} */ 252 GValue val; /* current value, if default get_fn/set_fn */ 253 253 254 GCallback get_fn; 254 255 /* returns a reference to the current value.
Note: See TracChangeset
for help on using the changeset viewer.