We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5664eb4 + 61db28d commit 866f509Copy full SHA for 866f509
lib/vips/object.rb
@@ -9,9 +9,6 @@
9
module Vips
10
private
11
12
- # debugging support
13
- attach_function :vips_object_print_all, [], :void
14
-
15
# we must init these by hand, since they are usually made on first image
16
# create
17
attach_function :vips_band_format_get_type, [], :GType
@@ -337,6 +334,7 @@ class ArgumentInstancePtr < FFI::Struct
337
334
ArgumentClassPtr.ptr, ArgumentInstancePtr.ptr],
338
335
:int
339
336
+ # debugging support
340
attach_function :vips_object_print_all, [], :void
341
342
attach_function :vips_object_set_from_string, [:pointer, :string], :int
0 commit comments