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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user