module Gst::ChildProxy

Overrides for GstChildProxy

Public Instance Methods

get_property(name) click to toggle source
# File lib/gir_ffi-gst/child_proxy.rb, line 12
def get_property(name)
  pspec = class_struct.find_property name
  gvalue = GObject::Value.for_gtype pspec.value_type
  Gst::Lib.gst_child_proxy_get_property self, name, gvalue
  gvalue
end