[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: xsub apidoc ordering RFC
- From: Ross McFarland <rwmcfa1 neces com>
- To: Gtk-Perl-List <gtk-perl-list gnome org>
- Subject: Re: xsub apidoc ordering RFC
- Date: Thu, 19 Feb 2004 08:05:52 -0500
meant to attach this the first time around
-rm
Index: GenPod.pm
===================================================================
RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/Glib/GenPod.pm,v
retrieving revision 1.37
diff -r1.37 GenPod.pm
552a553,561
> my ($at, $bt);
> @$xsubs = sort {
> $at = $a->{symname};
> $bt = $b->{symname};
> return -1 if ($at =~ /new/);
> return 1 if ($bt =~ /new/);
> $at cmp $bt;
> } @$xsubs;
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]