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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2004年 8月 6日 (金) 03:53:36 JST


-------------------------
REMOTE_ADDR = 217.117.55.140
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp//?Gst%3A%3APlugin
-------------------------
  = class Gst::Plugin
  Dynamically loadable Elements
  
  == Object Hierarchy
  * Object
    * GLib::Boxed
      * Gst::Plugin
  
  == Instance Methods
  --- ==(plugin)
      This method returns true if two Gst::Plugin objects are refered by the same file, false otherwise.
      * Returns: true if two Gst::Plugin objects are refered by the same file, false otherwise.
  
  --- each_feature { |plugin_feature| ... }
      Calls the block for each feature this plugin provides, passing
      a reference to the Gst::PluginFeature object as parameter.
      * Returns: always nil.
  
  --- features
      Gets a list of all the features that this plugin provides.
      * Returns: an array of Gst::PluginFeature objects.
  
- --- filename
-     This method returns the file name where the plugin cames from.
-     * Returns: the file name where the plugin cames from.
- 
  --- loaded?
      This method returns true if the plugin is loaded into memory, false otherwise.
      * Returns: true if the plugin is loaded into memory, false otherwise.
- 
- --- longname
-     This method returns the long name (descriptive) of the plugin.
-     * Returns: the long name (descriptive) of the plugin.
- 
- --- name
-     This method returns the (short) name of the plugin.
-     * Returns: the (short) name of the plugin.
  
  == See Also
  ((<Gst>)).
  
  - ((<lrz>))





ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る