Module: Gst::ChildProxy
- Defined in:
- lib/gir_ffi-gst/child_proxy.rb
Overview
Overrides for GstChildProxy
Instance Method Summary collapse
Instance Method Details
#get_property(name) ⇒ Object
12 13 14 15 16 17 |
# 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 |