Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Glib::CodeGen 1.120

    Download button

    No screenshots available
    Downloads: 510  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    gtk2-perl team | More programs
    Perl Artistic License / FREE
    July 17th, 2006, 17:38 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Glib::CodeGen description

    Glib::CodeGen is a code generation utilities for Glib-based bindings.

    Glib::CodeGen is a code generation utilities for Glib-based bindings.

    SYNOPSIS

    # usually in Makefile.PL
    use Glib::CodeGen;

    # most common, use all defaults
    Glib::CodeGen->parse_maps ('myprefix');
    Glib::CodeGen->write_boot;

    # more exotic, change everything
    Glib::CodeGen->parse_maps ('foo',
    input => 'foo.maps',
    header => 'foo-autogen.h',
    typemap => 'foo.typemap',
    register => 'register-foo.xsh');
    Glib::CodeGen->write_boot (filename => 'bootfoo.xsh',
    glob => 'Foo*.xs',
    ignore => '^(Foo|Foo::Bar)$');

    # add a custom type handler (rarely necessary)
    Glib::CodeGen->add_type_handler (FooType => &gen_foo_stuff);
    # (see the section EXTENDING TYPE SUPPORT for more info.)

    This module packages some of the boilerplate code needed for performing code generation typically used by perl bindings for gobject-based libraries, using the Glib module as a base.

    The default output filenames are in the subdirectory 'build', which usually will be present if you are using ExtUtils::Depends (as most Glib-based extensions probably should).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl module | code generation | Glib-based bindings | Glib::CodeGen | Glib | CodeGen

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM