Top |
const gchar * | webkit_plugin_get_name () |
const gchar * | webkit_plugin_get_description () |
const gchar * | webkit_plugin_get_path () |
GList * | webkit_plugin_get_mime_info_list () |
WebKitMimeInfo * | webkit_mime_info_ref () |
void | webkit_mime_info_unref () |
const gchar * | webkit_mime_info_get_mime_type () |
const gchar * | webkit_mime_info_get_description () |
const gchar * const * | webkit_mime_info_get_extensions () |
This object represents a single plugin, found while scanning the
various platform plugin directories. This object can be used to get
more information about a plugin, and enable/disable it, allowing
fine-grained control of plugins. The list of available plugins can
be obtained from the WebKitWebContext, with
webkit_web_context_get_plugins()
.
const gchar *
webkit_plugin_get_name (WebKitPlugin *plugin
);
webkit_plugin_get_name
has been deprecated since version 2.32 and should not be used in newly-written code.
const gchar *
webkit_plugin_get_description (WebKitPlugin *plugin
);
webkit_plugin_get_description
has been deprecated since version 2.32 and should not be used in newly-written code.
const gchar *
webkit_plugin_get_path (WebKitPlugin *plugin
);
webkit_plugin_get_path
has been deprecated since version 2.32 and should not be used in newly-written code.
GList *
webkit_plugin_get_mime_info_list (WebKitPlugin *plugin
);
webkit_plugin_get_mime_info_list
has been deprecated since version 2.32 and should not be used in newly-written code.
Get information about MIME types handled by the plugin, as a list of WebKitMimeInfo.
WebKitMimeInfo *
webkit_mime_info_ref (WebKitMimeInfo *info
);
webkit_mime_info_ref
has been deprecated since version 2.32 and should not be used in newly-written code.
Atomically increments the reference count of info
by one. This
function is MT-safe and may be called from any thread.
void
webkit_mime_info_unref (WebKitMimeInfo *info
);
webkit_mime_info_unref
has been deprecated since version 2.32 and should not be used in newly-written code.
Atomically decrements the reference count of info
by one. If the
reference count drops to 0, all memory allocated by the WebKitMimeInfo is
released. This function is MT-safe and may be called from any
thread.
const gchar *
webkit_mime_info_get_mime_type (WebKitMimeInfo *info
);
webkit_mime_info_get_mime_type
has been deprecated since version 2.32 and should not be used in newly-written code.
const gchar *
webkit_mime_info_get_description (WebKitMimeInfo *info
);
webkit_mime_info_get_description
has been deprecated since version 2.32 and should not be used in newly-written code.
const gchar * const *
webkit_mime_info_get_extensions (WebKitMimeInfo *info
);
webkit_mime_info_get_extensions
has been deprecated since version 2.32 and should not be used in newly-written code.
Get the list of file extensions associated to the
MIME type of info