mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Add new extension point to the list
This commit is contained in:
@@ -518,8 +518,10 @@
|
|||||||
implementation with the highest priority.
|
implementation with the highest priority.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
gvfs contains a GConf-based implementation that uses the
|
This extension point has been discontinued in GLib 2.28. It is
|
||||||
same GConf keys as gnome-vfs.
|
still available to keep API and ABI stability, but GIO is no
|
||||||
|
longer using to for default handlers. Instead, the mime handler
|
||||||
|
mechanism is used, together with x-scheme-handler pseudo-mimetypes.
|
||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
@@ -544,6 +546,24 @@
|
|||||||
#GProxy interface, and must be named after the network
|
#GProxy interface, and must be named after the network
|
||||||
protocol they are proxying.
|
protocol they are proxying.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
glib-networking contains an implementation of this extension
|
||||||
|
point based on libproxy.
|
||||||
|
</para>
|
||||||
|
</formalpara>
|
||||||
|
|
||||||
|
<formalpara>
|
||||||
|
<title>G_TLS_BACKEND_EXTENSION_POINT_NAME</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Allows to provide implementations for TLS support.
|
||||||
|
Implementations of this extension point must implement
|
||||||
|
the #GTlsBackend interface.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
glib-networking contains an implementation of this extension
|
||||||
|
point.
|
||||||
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Reference in New Issue
Block a user