Sha256: 43617cff9cf73deb3977ea373ffa74752e8ab69a19badeeb15aafc1653e02a90

Contents?: true

Size: 1.69 KB

Versions: 15

Compression:

Stored size: 1.69 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2012-2013  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
 */

#ifndef RB_GOBJECT_INTROSPECTION_H
#define RB_GOBJECT_INTROSPECTION_H

#include <ruby.h>
#include <rbgobject.h>

#include <girepository.h>

typedef gpointer (*RBGICallbackFinderFunc)(GIArgInfo *info);

typedef struct
{
    GIArgInfo arg_info;
    GIScopeType scope_type;
    GIDirection direction;
    gboolean callback_p;
    gboolean closure_p;
    gboolean destroy_p;
    gboolean inout_argv_p;
    gint in_arg_index;
    gint closure_in_arg_index;
    gint destroy_in_arg_index;
    gint rb_arg_index;
    gint out_arg_index;
    gint inout_argc_arg_index;
} RBGIArgMetadata;

typedef struct {
    RBGIArgMetadata *metadata;
    VALUE rb_gc_guard_key;
    VALUE rb_callback;
} RBGICallbackData;

void rb_gi_callback_register_finder (RBGICallbackFinderFunc  finder);
void rb_gi_callback_data_free       (RBGICallbackData       *callback_data);

#endif

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gobject-introspection-2.1.0-x86-mingw32 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.1.0 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.3-x86-mingw32 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.3 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.2-x86-mingw32 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.2 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.1-x86-mingw32 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.1 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.0-x86-mingw32 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-2.0.0 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-1.2.6 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-1.2.5 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-1.2.4 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-1.2.3 ext/gobject-introspection/rb-gobject-introspection.h
gobject-introspection-1.2.2 ext/gobject-introspection/rb-gobject-introspection.h