"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "Gtk-Perl-0.7009/Applet/xs/Applet.xs" of archive Gtk-Perl-0.7009.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 
    2 #include "EXTERN.h"
    3 #include "perl.h"
    4 #include "XSUB.h"
    5 
    6 #include "GtkDefs.h"
    7 #include "GnomeDefs.h"
    8 #include "GnomeAppletDefs.h"
    9 #include <applet-widget.h>
   10 
   11 static void     callXS (void (*subaddr)(CV* cv), CV *cv, SV **mark) 
   12 {
   13 	int items;
   14 	dSP;
   15 	PUSHMARK (mark);
   16 	(*subaddr)(cv);
   17 
   18 	PUTBACK;  /* Forget the return values */
   19 }
   20 
   21 MODULE = Gnome::Applet		PACKAGE = Gnome::Applet		PREFIX = applet_
   22 
   23 INCLUDE: ../build/boxed.xsh
   24 
   25 INCLUDE: ../build/objects.xsh
   26 
   27 INCLUDE: ../build/extension.xsh
   28