backend: Clarify comment
This commit is contained in:
parent
c44b1d730d
commit
75b5d15598
@ -151,8 +151,8 @@ get_backend_type (void)
|
|||||||
static void
|
static void
|
||||||
meta_create_backend (void)
|
meta_create_backend (void)
|
||||||
{
|
{
|
||||||
/* The initializer above installs it in _backend so meta_get_backend
|
/* meta_backend_init() above install the backend globally so
|
||||||
* is valid during initialization. */
|
* so meta_get_backend() works even during initialization. */
|
||||||
g_object_new (get_backend_type (), NULL);
|
g_object_new (get_backend_type (), NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user