summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeandro Ribeiro <leandrohr@riseup.net>2020-01-17 11:19:59 -0300
committerLeandro Ribeiro <leandrohr@riseup.net>2020-01-29 12:08:54 -0300
commit4f13595aa70f71b3b6afa981604ba70d7b726d44 (patch)
tree71186848762849e96801b21710c941efa1f4cebc /doc
parentbd9c0a6ff5060a3c95e7874e5cf6bff18b311588 (diff)
downloadweston-4f13595aa70f71b3b6afa981604ba70d7b726d44.tar.gz
weston-log: rename weston_log_ctx_compositor_create() to weston_log_ctx_create()
Since weston_log_ctx_compositor_create() does not have any relation with weston_compositor, rename it to weston_log_ctx_create(). Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/toc/libweston/log.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/toc/libweston/log.rst b/doc/sphinx/toc/libweston/log.rst
index c8bba7fb..edc8ef27 100644
--- a/doc/sphinx/toc/libweston/log.rst
+++ b/doc/sphinx/toc/libweston/log.rst
@@ -20,7 +20,7 @@ instance can be brought up much more later, but in the same time logging can
take place much earlier without the need of a compositor instance.
Instantiation of the :type:`weston_log_context` object takes place using
-:func:`weston_log_ctx_compositor_create()` and clean-up/destroy with
+:func:`weston_log_ctx_create()` and clean-up/destroy with
:func:`weston_log_ctx_compositor_destroy()`.
Log scopes