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:
Matthias Clasen 2010-08-21 22:22:25 -04:00
parent 040bffed38
commit ef16ea4616

View File

@ -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>