WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d1f72a36d728ceddf284e7ed100c05f6d01a5dd6
commit d1f72a36d728ceddf284e7ed100c05f6d01a5dd6 Author: Paul <[email protected]> Date: Tue Nov 7 06:44:52 2017 -0800 Wiki page strings.md changed with summary [] by Paul --- pages/eina-programming-guide/strings.md.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pages/eina-programming-guide/strings.md.txt b/pages/eina-programming-guide/strings.md.txt index 81ddc0ad..d7a1fc56 100644 --- a/pages/eina-programming-guide/strings.md.txt +++ b/pages/eina-programming-guide/strings.md.txt @@ -159,11 +159,17 @@ eina_strbuf_free(mybuffer); ## Further Reading ## +[String Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_str_01_8c-example.html) +: Example code using Eina strings. + [Stringshare API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Stringshare__Group.html) -: The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. +: The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. + +[Stringshare Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_stringshare_01_8c-example.html) +: Example code showing how to use Streamshares. +[String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) +: The functions that provide string buffers management. -* [String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) -* [String Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_str_01_8c-example.html) -* [String Buffer Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_strbuf_01_8c-example.html) -* [Stringshare Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_stringshare_01_8c-example.html) +[String Buffer Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_strbuf_01_8c-example.html) +: Example code showing how to use Stream Buffers. \ No newline at end of file --
