Changeset b07d8c8 for perlwrap.pm
- Timestamp:
- Mar 1, 2008, 7:29:54 PM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 661d2eb
- Parents:
- e005862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlwrap.pm
r5ff830a rb07d8c8 122 122 123 123 Returns the number of colors this BarnOwl is capable of displaying 124 125 =head2 add_dispatch FD CALLBACK 126 127 Adds a file descriptor to C<BarnOwl>'s internal C<select()> 128 loop. C<CALLBACK> will be invoked whenever data is available to be 129 read from C<FD>. 130 131 =head2 remove_dispatch FD 132 133 Remove a file descriptor previously registered via C<add_dispatch> 124 134 125 135 =cut … … 652 662 =item $mainLoop 653 663 654 Called on B<every pass> through the C<BarnOwl> main loop. Any655 functions with this hook should be very cheap, as they are very 656 frequently by the runtime.664 Called on every pass through the C<BarnOwl> main loop. This is 665 guaranteed to be called at least once/sec and may be called more 666 frequently. 657 667 658 668 =item $getBuddyList
Note: See TracChangeset
for help on using the changeset viewer.