ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 05:55:12 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3ATypeFactory ------------------------- = class Gst::TypeFactory Add types to plugins. == Object Hierarchy - * ((<Gst::PluginFeature>)) + * Object + * GLib::Instantiatable + * GLib::Object + * Gst::PluginFeature + * Gst::TypeFactory == Class Methods - --- Gst::TypeFactory.find(aFactoryNameString) + --- Gst::TypeFactory.find(name) Searches for a type factory of the given name. - If founds, returns a Gst::TypeFactory object. Otherwise, returns nil. + * name: a factory name. + * Returns: a Gst::TypeFactory object, otherwise, returns nil. - == Instance Methods - --- exts - Gets the files extentions handled by the factory, as a String. + --- exts + This method returns the files extentions handled by the factory. + * Returns: the files extentions handled by the factory. - --- mime - Gets the mime type handled by the factory, as a String. + --- mime + This method returns the mime type handled by the factory. + * Returns: the mime type handled by the factory. - --- to_s - Gets a String representing the factory. + --- to_s + This method returns a String representing the factory. + * Returns: a String representing the factory. - + == See Also + ((<Gst>)). - ((<lrz>))