Sha256: 98dfd51b08880056e56775e1fbea82ea53a062fad7895b87d315afab8678275b

Contents?: true

Size: 1.22 KB

Versions: 29

Compression:

Stored size: 1.22 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2011  Ruby-GNOME2 Project Team
 *  Copyright (C) 2006  Kouhei Sutou
 *
 *  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 "rbgprivate.h"
#include "rbglib.h"
#undef _
#include <glib/gi18n.h>

static VALUE
rg_s_language_names(G_GNUC_UNUSED VALUE self)
{
    return STRV2RVAL((const gchar **)g_get_language_names());
}

void
Init_glib_i18n(void)
{
    VALUE RG_TARGET_NAMESPACE = rbg_mGLib();

    /* glib/gi18n.h */
    RG_DEF_SMETHOD(language_names, 0);
}

Version data entries

29 entries across 29 versions & 1 rubygems

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