cogl: Use Cogl (not COGL) consistently
If I remember correctly, Robert wants to name Cogl, Cogl (not COGL) so start by having a consistent naming in the code.
This commit is contained in:
parent
c878acf6cf
commit
01e72335a0
@ -151,9 +151,9 @@ cogl_arg_no_debug_cb (const char *key,
|
|||||||
static GOptionEntry cogl_args[] = {
|
static GOptionEntry cogl_args[] = {
|
||||||
#ifdef COGL_ENABLE_DEBUG
|
#ifdef COGL_ENABLE_DEBUG
|
||||||
{ "cogl-debug", 0, 0, G_OPTION_ARG_CALLBACK, cogl_arg_debug_cb,
|
{ "cogl-debug", 0, 0, G_OPTION_ARG_CALLBACK, cogl_arg_debug_cb,
|
||||||
N_("COGL debugging flags to set"), "FLAGS" },
|
N_("Cogl debugging flags to set"), "FLAGS" },
|
||||||
{ "cogl-no-debug", 0, 0, G_OPTION_ARG_CALLBACK, cogl_arg_no_debug_cb,
|
{ "cogl-no-debug", 0, 0, G_OPTION_ARG_CALLBACK, cogl_arg_no_debug_cb,
|
||||||
N_("COGL debugging flags to unset"), "FLAGS" },
|
N_("Cogl debugging flags to unset"), "FLAGS" },
|
||||||
#endif /* COGL_ENABLE_DEBUG */
|
#endif /* COGL_ENABLE_DEBUG */
|
||||||
{ NULL, },
|
{ NULL, },
|
||||||
};
|
};
|
||||||
@ -184,8 +184,8 @@ cogl_get_option_group (void)
|
|||||||
GOptionGroup *group;
|
GOptionGroup *group;
|
||||||
|
|
||||||
group = g_option_group_new ("cogl",
|
group = g_option_group_new ("cogl",
|
||||||
_("COGL Options"),
|
_("Cogl Options"),
|
||||||
_("Show COGL options"),
|
_("Show Cogl options"),
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
|
||||||
g_option_group_set_parse_hooks (group, pre_parse_hook, NULL);
|
g_option_group_set_parse_hooks (group, pre_parse_hook, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user