Changeset a619eda


Ignore:
Timestamp:
Aug 15, 2017, 8:20:01 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
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)
Message:
Describe get_variable_info
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl.pm

    r9d6e37c ra619eda  
    1616                    create_style getnumcolors wordwrap
    1717                    message_matches_filter
     18                    get_variable_info
    1819                    add_dispatch remove_dispatch
    1920                    add_io_dispatch remove_io_dispatch
     
    250251C<QUIET> is false, this method displays an error message if
    251252if C<FILTER_NAME> does not name a valid filter.
     253
     254=head2 get_variable_info VARIABLE_NAME
     255
     256Returns 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
     272Fails if C<VARIABLE_NAME> does not name a valid variable.
    252273
    253274=head2 add_dispatch FD CALLBACK
Note: See TracChangeset for help on using the changeset viewer.