[libsoup] Fix header names in build-howto.xml



commit da7a206d22a66c449ccc64f25b596a3c5e573193
Author: Dan Winship <danw gnome org>
Date:   Tue Aug 25 11:32:49 2009 -0400

    Fix header names in build-howto.xml
    
    Pointed out by Dominik Bylica

 docs/reference/build-howto.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/build-howto.xml b/docs/reference/build-howto.xml
index 7c8e0de..975dfd5 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>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]