Sha256: 718559ecdc66978ad2503f52ceea7758939fa3b62df5a59da32fa079cb5b95e7

Contents?: true

Size: 1.13 KB

Versions: 114

Compression:

Stored size: 1.13 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2014-2015  Ruby-GNOME2 Project Team
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2.1 of the License, or (at your option) any later version.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *  MA  02110-1301  USA
 */

#include "rb-gio2.h"

#define RG_TARGET_NAMESPACE rb_mGio

void
Init_gio2 (void)
{
    VALUE RG_TARGET_NAMESPACE;

    RG_TARGET_NAMESPACE = rb_define_module("Gio");

    rb_gio2_init_application(RG_TARGET_NAMESPACE);
    rb_gio2_init_pollable_source(RG_TARGET_NAMESPACE);
}

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
gio2-4.2.7 ext/gio2/rb-gio2.c
gio2-4.2.6 ext/gio2/rb-gio2.c
gio2-4.2.5 ext/gio2/rb-gio2.c
gio2-4.2.4 ext/gio2/rb-gio2.c
gio2-4.2.3 ext/gio2/rb-gio2.c
gio2-4.2.2 ext/gio2/rb-gio2.c
gio2-4.2.1 ext/gio2/rb-gio2.c
gio2-4.2.0 ext/gio2/rb-gio2.c
gio2-4.1.9 ext/gio2/rb-gio2.c
gio2-4.1.8 ext/gio2/rb-gio2.c
gio2-4.1.7 ext/gio2/rb-gio2.c
gio2-4.1.6 ext/gio2/rb-gio2.c
gio2-4.1.5 ext/gio2/rb-gio2.c
gio2-4.1.4 ext/gio2/rb-gio2.c
gio2-4.1.3 ext/gio2/rb-gio2.c
gio2-4.1.2 ext/gio2/rb-gio2.c
gio2-4.1.1 ext/gio2/rb-gio2.c
gio2-4.1.0 ext/gio2/rb-gio2.c
gio2-4.0.9 ext/gio2/rb-gio2.c
gio2-4.0.8 ext/gio2/rb-gio2.c