ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 5日 (土) 07:37:03 JST
------------------------- REMOTE_ADDR = 82.239.64.142 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gst%3A%3AThread ------------------------- @@ -11,6 +11,10 @@ * Gst::Thread == Class Methods +--- Gst::Thread.current + This method returns the current running thread, as a Gst::Thread object, or nil if there is no active thread. + * Returns: the current running thread, as a Gst::Thread object, or nil if there is no active thread. + --- Gst::Thread.new(name=nil) Constructs a new Gst::Thread object. If element name is ommited (or nil), then the thread will receive a guaranteed @@ -21,9 +25,13 @@ == Constants === GstThreadState ---- MUTEX_LOCKED --- STATE_REAPING --- STATE_SPINNING +--- STATE_WAITING == Properties --- priority: GstThreadPriority (Read/Write)