diff options
author | Dan Winship <danw@gnome.org> | 2009-08-25 11:32:49 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2009-08-25 11:32:49 -0400 |
commit | da7a206d22a66c449ccc64f25b596a3c5e573193 (patch) | |
tree | 97439dfc81b6f37d2200257c9acfe508b0d458cf /docs | |
parent | fe7a88a7f50bf57e8ff5517be80e7ea7f1149d3a (diff) | |
download | libsoup-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.xml | 8 |
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 <libsoup/libsoup.h> +#include <libsoup/soup.h> </programlisting></informalexample> <para> @@ -90,13 +90,13 @@ or, for <application>libsoup-gnome</application>: </para> <informalexample><programlisting> -#include <libsoup/libsoup-gnome.h> +#include <libsoup/soup-gnome.h> </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> |