Changeset 6deb32b


Ignore:
Timestamp:
Aug 5, 2017, 5:54:41 PM (7 years ago)
Author:
Jason Gross <jgross@mit.edu>
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)
Message:
Describe get_variable_info
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl.pm

    recd4edf r6deb32b  
    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
     
    249250C<QUIET> is false, this method displays an error message if
    250251if C<FILTER_NAME> does not name a valid filter.
     252
     253=head2 get_variable_info VARIABLE_NAME
     254
     255Returns 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
     271Fails if C<VARIABLE_NAME> does not name a valid variable.
    251272
    252273=head2 add_dispatch FD CALLBACK
Note: See TracChangeset for help on using the changeset viewer.