Add proxy extension point to overview docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Aug 2010 02:22:25 +0000 (22:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Aug 2010 02:22:25 +0000 (22:22 -0400)
The 'Extending GIO' section is supposed to list all extension
points, so add the proxy extension point here.

docs/reference/gio/overview.xml

index a2954b64bcaa5cc59fceba1e9d2f6e9639bede5c..0d5b057de39c8e9fab21b7d9cc18abd2c3e84525 100644 (file)
         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>