comparison doc/PERL-HOWTO.dox @ 15936:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 3d6f2568457c
children 1414e0e01dc5
comparison
equal deleted inserted replaced
15935:a26cbbd1409c 15936:b449dc6b8a20
331 Gaim::Prefs::add_int("/plugins/core/perl_test/choice_int", 1); 331 Gaim::Prefs::add_int("/plugins/core/perl_test/choice_int", 1);
332 Gaim::Prefs::add_string("/plugins/core/perl_test/text", "Foobar"); 332 Gaim::Prefs::add_string("/plugins/core/perl_test/text", "Foobar");
333 } 333 }
334 @endcode 334 @endcode
335 335
336 Now we can provide an UI for manipulating these preferences in our @prefs_info 336 Now we can provide an UI for manipulating these preferences in our @c prefs_info
337 function. 337 function.
338 338
339 @code 339 @code
340 sub prefs_info_cb { 340 sub prefs_info_cb {
341 # The first step is to initialize the Gaim::Pref::Frame that will be returned 341 # The first step is to initialize the Gaim::Pref::Frame that will be returned