Sha256: d054b4f8c35cf64586f38d62caece42048c85e4646557418ba8a21346ee8251c
Contents?: true
Size: 660 Bytes
Versions: 26
Compression:
Stored size: 660 Bytes
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbpango.c - $Author: mutoh $ $Date: 2005/09/28 18:04:21 $ Copyright (C) 2002-2005 Masao Mutoh ************************************************/ #include "rbpango.h" VALUE mPango; void Init_pango() { mPango = rb_define_module("Pango"); rb_define_const(mPango, "BUILD_VERSION", rb_ary_new3(3, INT2FIX(PANGO_MAJOR_VERSION), INT2FIX(PANGO_MINOR_VERSION), INT2FIX(PANGO_MICRO_VERSION))); Init_pango_inits(); }
Version data entries
26 entries across 26 versions & 1 rubygems