summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2009-08-25 11:32:49 -0400
committerDan Winship <danw@gnome.org>2009-08-25 11:32:49 -0400
commitda7a206d22a66c449ccc64f25b596a3c5e573193 (patch)
tree97439dfc81b6f37d2200257c9acfe508b0d458cf /docs
parentfe7a88a7f50bf57e8ff5517be80e7ea7f1149d3a (diff)
downloadlibsoup-da7a206d22a66c449ccc64f25b596a3c5e573193.tar.gz
libsoup-da7a206d22a66c449ccc64f25b596a3c5e573193.tar.bz2
libsoup-da7a206d22a66c449ccc64f25b596a3c5e573193.zip
Fix header names in build-howto.xml
Pointed out by Dominik Bylica
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/build-howto.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/build-howto.xml b/docs/reference/build-howto.xml
index 7c8e0deb..975dfd55 100644
--- a/docs/reference/build-howto.xml
+++ b/docs/reference/build-howto.xml
@@ -82,7 +82,7 @@ Code using <application>libsoup</application> should do:
</para>
<informalexample><programlisting>
-#include &lt;libsoup/libsoup.h&gt;
+#include &lt;libsoup/soup.h&gt;
</programlisting></informalexample>
<para>
@@ -90,13 +90,13 @@ or, for <application>libsoup-gnome</application>:
</para>
<informalexample><programlisting>
-#include &lt;libsoup/libsoup-gnome.h&gt;
+#include &lt;libsoup/soup-gnome.h&gt;
</programlisting></informalexample>
<para>
Including individual headers besides the two main header files is not
-recommended. You may include both <literal>libsoup.h</literal> and
-<literal>libsoup-gnome.h</literal> (though this is not required; the
+recommended. You may include both <literal>soup.h</literal> and
+<literal>soup-gnome.h</literal> (though this is not required; the
latter automatically includes the former).
</para>