We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491d7d9 commit 2cb995dCopy full SHA for 2cb995d
lib/vips.rb
@@ -66,7 +66,7 @@ class << self
66
67
extend FFI::Library
68
69
- if Vips::unified?
+ if Vips.unified?
70
ffi_lib library_name("vips", 42)
71
else
72
ffi_lib library_name("glib-2.0", 0)
@@ -162,7 +162,7 @@ def self.set_log_domain domain
162
module GObject
163
164
165
166
167
168
ffi_lib library_name("gobject-2.0", 0)
@@ -601,7 +601,7 @@ module GObject
601
602
module Vips
603
# we've already opened the libvips library
604
-
+
605
LOG_DOMAIN = "VIPS"
606
GLib.set_log_domain LOG_DOMAIN
607
0 commit comments