mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add proxy extension point to overview docs
The 'Extending GIO' section is supposed to list all extension points, so add the proxy extension point here.
This commit is contained in:
parent
040bffed38
commit
ef16ea4616
@ -528,5 +528,17 @@
|
||||
by dconf.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara>
|
||||
<title>G_PROXY_EXTENSION_POINT_NAME</title>
|
||||
|
||||
<para>
|
||||
Allows to provide implementations for network proxying.
|
||||
Implementations of this extension point must provide the
|
||||
#GProxy interface, and must be named after the network
|
||||
protocol they are proxying.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
</chapter>
|
||||
</part>
|
||||
|
Loading…
Reference in New Issue
Block a user