Changeset 6deb32b
- Timestamp:
- Aug 5, 2017, 5:54:41 PM (8 years ago)
- Parents:
- 1f92f39
- git-author:
- Jason Gross <jgross@mit.edu> (05/27/13 16:44:23)
- git-committer:
- Jason Gross <jgross@mit.edu> (08/05/17 17:54:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl.pm
recd4edf r6deb32b 16 16 create_style getnumcolors wordwrap 17 17 message_matches_filter 18 get_variable_info 18 19 add_dispatch remove_dispatch 19 20 add_io_dispatch remove_io_dispatch … … 249 250 C<QUIET> is false, this method displays an error message if 250 251 if C<FILTER_NAME> does not name a valid filter. 252 253 =head2 get_variable_info VARIABLE_NAME 254 255 Returns a hash with the following keys, describing the variable named: 256 257 =over 258 259 =item name 260 261 =item description 262 263 =item summary 264 265 =item validsettings 266 267 =item takes_on_off 268 269 =back 270 271 Fails if C<VARIABLE_NAME> does not name a valid variable. 251 272 252 273 =head2 add_dispatch FD CALLBACK
Note: See TracChangeset
for help on using the changeset viewer.