[ruby-gnome2-doc-cvs] [Hiki] update - Gst::Object

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 3月 2日 (火) 05:49:57 JST


-------------------------
REMOTE_ADDR = 217.117.55.140
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AObject
-------------------------
  = class Gst::Object
  Basis for the GST object hierarchy.
  
+ == Object Hierarchy
+ * Object
+   * GLib::Instantiatable
+     * GLib::Object
+       * Gst::Object
  
  == Instance Methods
- --- destroyed? 
+ --- destroyed?
      Checks if the Gst::Object::FLAG_DESTROYED flag is set on the object.
+     * Returns: true if the flag is set, false otherwise.
  
- --- flag?(aFixnum) 
-     Checks if the given flag is set on the object.
- 
- --- flags 
-     Gets the entire set of flags for the object, as a Fixnum.
- 
- --- floating? 
+ --- floating?
      Checks if the Gst::Object::FLAG_FLOATING flag is set on the object.
+     * Returns: true if the flag is set, false otherwise.
  
- --- set_flag(aFixnum) 
-     Sets the given flag.
- 
- --- unset_flag(aFixnum) 
-     Unsets the given flag.
- 
- 
  == Constants
- --- FLAG_DESTROYED
-     The object is flagged for destruction.
+ === GstObjectFlags
+ --- DESTROYED
+ --- FLOATING
+ --- OBJECT_FLAG_LAST
  
- --- FLAG_FLOATING
-     The object is created but has no parent yet to manage it.
- 
- 
  == Properties
  --- name: String (Read/Write)
      The name of the object.
  
- 
  == Signals
  --- deep-notify
+ 
  --- object-saved
+ 
  --- parent-set
+ 
  --- parent-unset
+ 
+ == See Also
+ ((<Gst::Autoplug>)), ((<Gst::Clock>)), ((<Gst::Element>)), ((<Gst::Pad>)), ((<Gst::PadTemplate>)), ((<Gst::XML>)), ((<Gst>)).
  
  - ((<lrz>))





ruby-gnome2-cvs メーリングリストの案内
Back to archive index