From ef16ea4616b6d47b533474dd163ae23add7037bc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Aug 2010 22:22:25 -0400 Subject: [PATCH] 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. --- docs/reference/gio/overview.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index a2954b64b..0d5b057de 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -528,5 +528,17 @@ by dconf. + + + G_PROXY_EXTENSION_POINT_NAME + + + 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. + + +