ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 24日 (日) 02:15:07 JST
------------------------- REMOTE_ADDR = 81.51.53.223 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3ATypeFactory ------------------------- = class Gst::TypeFactory Add types to plugins. == Object Hierarchy * ((<Gst::PluginFeature>)) == Class Methods --- Gst::TypeFactory.find(aFactoryNameString) Searches for a type factory of the given name. If founds, returns a Gst::TypeFactory object. Otherwise, returns nil. == Instance Methods --- exts Gets the files extentions handled by the factory, as a String. --- mime Gets the mime type handled by the factory, as a String. --- to_s Gets a String representing the factory. - ((<lrz>))