|
Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Public Attributes | |
| gchar * | path |
| gboolean | confirmed |
| gboolean | loaded |
| gint | timestamp |
| gint | type |
| Plugin * | header |
| gchar * | name |
| gint | priority |
| gboolean | has_about |
| gboolean | has_configure |
| gboolean | enabled |
| GList * | watches |
| union { | |
| TransportPluginData t | |
| PlaylistPluginData p | |
| InputPluginData i | |
| } | u |
Definition at line 61 of file plugin-registry.c.
Referenced by plugin_new(), plugin_prune(), and plugin_register().
Definition at line 66 of file plugin-registry.c.
Referenced by plugin_new(), plugin_save(), plugin_parse(), plugin_register_loaded(), plugin_get_enabled(), plugin_set_enabled(), and plugin_for_enabled_cb().
Definition at line 66 of file plugin-registry.c.
Referenced by plugin_new(), plugin_save(), plugin_parse(), plugin_register_loaded(), and plugin_has_about().
Definition at line 66 of file plugin-registry.c.
Referenced by plugin_new(), plugin_save(), plugin_parse(), plugin_register_loaded(), and plugin_has_configure().
| Plugin* PluginHandle::header |
Definition at line 63 of file plugin-registry.c.
Referenced by plugin_new(), plugin_register_loaded(), plugin_get_header(), and plugin_by_header_cb().
Definition at line 72 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), input_plugin_save(), input_plugin_parse(), plugin_register_loaded(), input_plugin_for_key_cb(), input_plugin_has_images(), input_plugin_has_subtunes(), input_plugin_can_write_tuple(), and input_plugin_has_infowin().
Definition at line 61 of file plugin-registry.c.
Referenced by plugin_new(), plugin_register_loaded(), and plugin_get_header().
| gchar* PluginHandle::name |
Definition at line 64 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), plugin_save(), plugin_parse(), plugin_compare(), plugin_register_loaded(), plugin_get_name(), and create_widgets_with_domain().
Definition at line 71 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), playlist_plugin_save(), playlist_plugin_parse(), plugin_register_loaded(), and playlist_plugin_for_ext_cb().
| gchar* PluginHandle::path |
Definition at line 60 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), plugin_save(), plugin_prune(), plugin_compare(), plugin_lookup_cb(), plugin_get_filename(), and plugin_get_header().
Definition at line 65 of file plugin-registry.c.
Referenced by plugin_new(), plugin_save(), plugin_parse(), plugin_compare(), and plugin_register_loaded().
Definition at line 70 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), transport_plugin_save(), transport_plugin_parse(), plugin_register_loaded(), and transport_plugin_for_scheme_cb().
Definition at line 62 of file plugin-registry.c.
Referenced by plugin_new(), plugin_save(), and plugin_register().
Definition at line 62 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), plugin_save(), plugin_compare(), plugin_register_loaded(), plugin_get_type(), input_plugin_has_images(), input_plugin_has_subtunes(), input_plugin_can_write_tuple(), and input_plugin_has_infowin().
| union { ... } PluginHandle::u |
Referenced by plugin_new(), plugin_free(), transport_plugin_save(), playlist_plugin_save(), input_plugin_save(), transport_plugin_parse(), playlist_plugin_parse(), input_plugin_parse(), plugin_register_loaded(), transport_plugin_for_scheme_cb(), playlist_plugin_for_ext_cb(), input_plugin_for_key_cb(), input_plugin_has_images(), input_plugin_has_subtunes(), input_plugin_can_write_tuple(), and input_plugin_has_infowin().
| GList* PluginHandle::watches |
Definition at line 67 of file plugin-registry.c.
Referenced by plugin_new(), plugin_free(), plugin_call_watches(), plugin_add_watch(), and plugin_remove_watch().
1.7.5