Sha256: b8131348174c6206c53377f4c99a6da889f8954ee350257b92a3ce45143627b4

Contents?: true

Size: 638 Bytes

Versions: 26

Compression:

Stored size: 638 Bytes

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/************************************************

  rbatk.c -

  $Author: mutoh $
  $Date: 2005/09/28 17:38:25 $

  Copyright (C) 2003-2005 Masao Mutoh
************************************************/

#include "rbatk.h"

VALUE mAtk;

void
Init_atk()
{
    mAtk = rb_define_module("Atk");

    rb_define_const(mAtk, "BUILD_VERSION", 
                    rb_ary_new3(3, 
                                INT2FIX(ATK_MAJOR_VERSION), 
                                INT2FIX(ATK_MINOR_VERSION), 
                                INT2FIX(ATK_MICRO_VERSION)));
    Init_atk_inits();
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
atk-1.0.3-x86-mingw32 ext/atk/rbatk.c
atk-1.0.3 ext/atk/rbatk.c
atk-1.0.2-x86-mingw32 ext/atk/rbatk.c
atk-1.0.2 ext/atk/rbatk.c
atk-1.0.1 ext/atk/rbatk.c
atk-1.0.1-x86-mingw32 ext/atk/rbatk.c
atk-1.0.0-x86-mingw32 ext/atk/rbatk.c
atk-1.0.0 ext/atk/rbatk.c
atk-0.90.9 ext/atk/rbatk.c
atk-0.90.9-x86-mingw32 ext/atk/rbatk.c
atk-0.90.8-x86-mingw32 ext/atk/rbatk.c
atk-0.90.8 ext/atk/rbatk.c
atk-0.90.7-x86-mingw32 ext/atk/rbatk.c
atk-0.90.7 ext/atk/rbatk.c
atk-0.90.6 ext/atk/rbatk.c
atk-0.90.6-x86-mingw32 ext/atk/rbatk.c
atk-0.90.5 ext/atk/rbatk.c
atk-0.90.5-x86-mingw32 ext/atk/rbatk.c
atk-0.90.4 ext/atk/rbatk.c
atk-0.90.4-x86-mingw32 ext/atk/rbatk.c