File: extension.xsh

package info (click to toggle)
libgtk-perl 0.7009-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,956 kB
  • ctags: 2,260
  • sloc: perl: 13,998; xml: 9,919; ansic: 2,894; makefile: 64; cpp: 45
file content (21 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


# Do not edit this file, as it is automatically generated by Makefile.PL

BOOT:
{
extern void boot_Gtk__Selection(CV *cv);
extern void boot_Gtk11(CV *cv);
extern void boot_Gtk__Toolbar116(CV *cv);
extern void boot_Gtk__AccelGroup(CV *cv);
extern void boot_Gtk__ProgressBar11(CV *cv);
extern void boot_Gtk__CList12(CV *cv);
extern void boot_Gtk12(CV *cv);
callXS(boot_Gtk__Selection, cv, mark);
callXS(boot_Gtk11, cv, mark);
callXS(boot_Gtk__Toolbar116, cv, mark);
callXS(boot_Gtk__AccelGroup, cv, mark);
callXS(boot_Gtk__ProgressBar11, cv, mark);
callXS(boot_Gtk__CList12, cv, mark);
callXS(boot_Gtk12, cv, mark);
}