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 a2954b6..0d5b057 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>