Changeset a619eda
- Timestamp:
- Aug 15, 2017, 8:20:01 PM (7 years ago)
- Branches:
- master
- Children:
- 7f463cf
- Parents:
- ca52fe9
- git-author:
- Jason Gross <jgross@mit.edu> (05/27/13 16:44:23)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/15/17 20:20:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl.pm
r9d6e37c ra619eda 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 … … 250 251 C<QUIET> is false, this method displays an error message if 251 252 if C<FILTER_NAME> does not name a valid filter. 253 254 =head2 get_variable_info VARIABLE_NAME 255 256 Returns a hash with the following keys, describing the variable named: 257 258 =over 259 260 =item name 261 262 =item description 263 264 =item summary 265 266 =item validsettings 267 268 =item takes_on_off 269 270 =back 271 272 Fails if C<VARIABLE_NAME> does not name a valid variable. 252 273 253 274 =head2 add_dispatch FD CALLBACK
Note: See TracChangeset
for help on using the changeset viewer.