projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040bffe
)
Add proxy extension point to overview docs
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Aug 2010 02:22:25 +0000
(22:22 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/docs/reference/gio/overview.xml
b/docs/reference/gio/overview.xml
index a2954b64bcaa5cc59fceba1e9d2f6e9639bede5c..0d5b057de39c8e9fab21b7d9cc18abd2c3e84525 100644
(file)
--- a/
docs/reference/gio/overview.xml
+++ b/
docs/reference/gio/overview.xml
@@
-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>