Sha256: bf7e0c024469ce21c9f24795555e58abde92da8d5e0e916c0ef751477ff95bf6

Contents?: true

Size: 1.42 KB

Versions: 27

Compression:

Stored size: 1.42 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2017  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-pango-private.h"

#define RG_TARGET_NAMESPACE mPango

static VALUE
rg_s_pixels(G_GNUC_UNUSED VALUE self, VALUE pixels)
{
    return rb_float_new(PANGO_PIXELS(NUM2DBL(pixels)));
}

void
Init_pango(void)
{
    VALUE RG_TARGET_NAMESPACE;

    RG_TARGET_NAMESPACE = rb_define_module("Pango");

    RG_DEF_SMETHOD(pixels, 1);

    rbpango_attribute_init(RG_TARGET_NAMESPACE);
    rbpango_attr_iterator_init(RG_TARGET_NAMESPACE);
    rbpango_attr_list_init(RG_TARGET_NAMESPACE);
    rbpango_context_init(RG_TARGET_NAMESPACE);
    rbpango_scale_init(RG_TARGET_NAMESPACE);
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
pango-3.2.5-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.5-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.5 ext/pango/rb-pango.c
pango-3.2.4-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.4-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.4 ext/pango/rb-pango.c
pango-3.2.3-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.3-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.3 ext/pango/rb-pango.c
pango-3.2.2 ext/pango/rb-pango.c
pango-3.2.2-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.2-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.1-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.1-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.1 ext/pango/rb-pango.c
pango-3.2.0-x86-mingw32 ext/pango/rb-pango.c
pango-3.2.0-x64-mingw32 ext/pango/rb-pango.c
pango-3.2.0 ext/pango/rb-pango.c
pango-3.1.9-x64-mingw32 ext/pango/rb-pango.c
pango-3.1.9-x86-mingw32 ext/pango/rb-pango.c