Module: GObjectIntrospection

Defined in:
lib/gobject-introspection/loader.rb,
lib/gobject-introspection.rb,
lib/gobject-introspection.rb,
lib/gobject-introspection/boxed-info.rb,
lib/gobject-introspection/repository.rb,
lib/gobject-introspection/union-info.rb,
lib/gobject-introspection/object-info.rb,
lib/gobject-introspection/struct-info.rb,
lib/gobject-introspection/callable-info.rb,
lib/gobject-introspection/interface-info.rb,
lib/gobject-introspection/collection-reader.rb,
ext/gobject-introspection/rb-gobject-introspection.c

Overview

Copyright © 2012 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

Defined Under Namespace

Modules: CollectionReader Classes: BoxedInfo, CallableInfo, InterfaceInfo, Loader, ObjectInfo, Repository, StructInfo, UnionInfo

Constant Summary collapse

LOG_DOMAIN =
"GObjectIntrospection"
BUILD_VERSION =
rb_ary_new3(3,
INT2FIX(GI_MAJOR_VERSION),
INT2FIX(GI_MINOR_VERSION),
INT2FIX(GI_MICRO_VERSION))

Class Method Summary collapse

Class Method Details

.prepend_typelib_path(path) ⇒ Object



21
22
23
# File 'lib/gobject-introspection.rb', line 21

def prepend_typelib_path(path)
  GLib.prepend_path_to_environment_variable(path, "GI_TYPELIB_PATH")
end