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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 24日 (日) 02:14:07 JST


-------------------------
REMOTE_ADDR = 81.51.53.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AObject
-------------------------
= class Gst::Object
Basis for the GST object hierarchy.


== Instance Methods
--- destroyed? 
    Checks if the Gst::Object::FLAG_DESTROYED flag is set on the object.

--- 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? 
    Checks if the Gst::Object::FLAG_FLOATING flag is set on the object.

--- set_flag(aFixnum) 
    Sets the given flag.

--- unset_flag(aFixnum) 
    Unsets the given flag.


== Constants
--- FLAG_DESTROYED
    The object is flagged for destruction.

--- 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

- ((<lrz>))






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