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 59 of file plugin-registry.c.
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_for_enabled_cb(), plugin_get_enabled(), plugin_new(), plugin_parse(), plugin_register_loaded(), plugin_save(), and plugin_set_enabled().
Definition at line 66 of file plugin-registry.c.
Referenced by plugin_has_about(), plugin_new(), plugin_parse(), plugin_register_loaded(), and plugin_save().
Definition at line 66 of file plugin-registry.c.
Referenced by plugin_has_configure(), plugin_new(), plugin_parse(), plugin_register_loaded(), and plugin_save().
Plugin* PluginHandle::header |
Definition at line 63 of file plugin-registry.c.
Referenced by plugin_by_header_cb(), plugin_get_header(), plugin_new(), and plugin_register_loaded().
Definition at line 72 of file plugin-registry.c.
Referenced by input_plugin_can_write_tuple(), input_plugin_for_key_cb(), input_plugin_has_images(), input_plugin_has_infowin(), input_plugin_has_subtunes(), input_plugin_parse(), input_plugin_save(), plugin_free(), plugin_new(), and plugin_register_loaded().
Definition at line 61 of file plugin-registry.c.
Referenced by plugin_get_header(), plugin_new(), and plugin_register_loaded().
gchar* PluginHandle::name |
Definition at line 64 of file plugin-registry.c.
Referenced by create_widgets_with_domain(), plugin_compare(), plugin_free(), plugin_get_name(), plugin_new(), plugin_parse(), plugin_register_loaded(), and plugin_save().
Definition at line 71 of file plugin-registry.c.
Referenced by playlist_plugin_for_ext_cb(), playlist_plugin_parse(), playlist_plugin_save(), plugin_free(), plugin_new(), and plugin_register_loaded().
gchar* PluginHandle::path |
Definition at line 60 of file plugin-registry.c.
Referenced by plugin_compare(), plugin_free(), plugin_get_filename(), plugin_get_header(), plugin_lookup_cb(), plugin_new(), plugin_prune(), and plugin_save().
Definition at line 65 of file plugin-registry.c.
Referenced by plugin_compare(), plugin_new(), plugin_parse(), plugin_register_loaded(), and plugin_save().
Definition at line 70 of file plugin-registry.c.
Referenced by plugin_free(), plugin_new(), plugin_register_loaded(), transport_plugin_for_scheme_cb(), transport_plugin_parse(), and transport_plugin_save().
Definition at line 62 of file plugin-registry.c.
Referenced by plugin_new(), plugin_register(), and plugin_save().
Definition at line 62 of file plugin-registry.c.
Referenced by input_plugin_can_write_tuple(), input_plugin_has_images(), input_plugin_has_infowin(), input_plugin_has_subtunes(), plugin_compare(), plugin_free(), plugin_get_type(), plugin_new(), plugin_register_loaded(), and plugin_save().
union { ... } PluginHandle::u |
Referenced by input_plugin_can_write_tuple(), input_plugin_for_key_cb(), input_plugin_has_images(), input_plugin_has_infowin(), input_plugin_has_subtunes(), input_plugin_parse(), input_plugin_save(), playlist_plugin_for_ext_cb(), playlist_plugin_parse(), playlist_plugin_save(), plugin_free(), plugin_new(), plugin_register_loaded(), transport_plugin_for_scheme_cb(), transport_plugin_parse(), and transport_plugin_save().
GList* PluginHandle::watches |
Definition at line 67 of file plugin-registry.c.
Referenced by plugin_add_watch(), plugin_call_watches(), plugin_free(), plugin_new(), and plugin_remove_watch().