Module: GdkPixbuf
- Defined in:
- lib/gdk_pixbuf2/pixbuf.rb,
lib/gdk_pixbuf2.rb,
lib/gdk_pixbuf2/loader.rb,
lib/gdk_pixbuf2/version.rb,
lib/gdk_pixbuf2/deprecated.rb,
lib/gdk_pixbuf2/pixbuf-loader.rb
Overview
Copyright (C) 2016 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: Colorspace, InterpType, PixbufAlphaMode, PixbufError, PixbufFormatFlags, PixbufRotation, Version Classes: Loader, Pixbuf, PixbufAnimation, PixbufAnimationIter, PixbufFormat, PixbufLoader, PixbufNonAnim, PixbufSimpleAnim, PixbufSimpleAnimIter, Pixdata
Constant Summary collapse
- PIXBUF_MAJOR =
Major version of gdk-pixbuf library, that is the "0" in
"0.8.2" for example. 2- PIXBUF_MICRO =
Micro version of gdk-pixbuf library, that is the "2" in
"0.8.2" for example. 10- PIXBUF_MINOR =
Minor version of gdk-pixbuf library, that is the "8" in
"0.8.2" for example. 42- PIXBUF_VERSION =
Contains the full version of GdkPixbuf as a string.
This is the version being compiled against; contrast with
gdk_pixbuf_version. 2.42.10
- LOG_DOMAIN =
"GdkPixbuf"