summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeandro Ribeiro <leandrohr@riseup.net>2019-12-18 15:52:18 -0300
committerLeandro Ribeiro <leandrohr@riseup.net>2020-01-27 13:43:24 -0300
commitf014964f6f5a521e42721814033bf868a191d947 (patch)
treeb70409e1e5d68f62c404cb076db7d30a63c047cd /doc
parent5976dbbbb5bbdbae44880b5467b055a0a3aa83f1 (diff)
downloadweston-f014964f6f5a521e42721814033bf868a191d947.tar.gz
weston-log: rename the confusing function name weston_compositor_log_scope_destroy()
There's a function named weston_compositor_log_scope_destroy() but it doesn't take a struct weston_compositor argument. Rename it to weston_log_scope_destroy(), as the argument is a struct weston_log_scope. 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 e1b03337..2d48e489 100644
--- a/doc/sphinx/toc/libweston/log.rst
+++ b/doc/sphinx/toc/libweston/log.rst
@@ -39,7 +39,7 @@ scope.
important for the subscription part, detailed bit later.
Log scopes are managed **explicitly**, and destroying the scope is done using
-:func:`weston_compositor_log_scope_destroy`.
+:func:`weston_log_scope_destroy`.
Available scopes in weston
~~~~~~~~~~~~~~~~~~~~~~~~~~