G_TYPE_NONE was replaced with G_TYPE_BOOL.

This commit is contained in:
pjd 2006-11-01 22:28:11 +00:00
parent cf33008f77
commit 3d8e2e0a6f

View File

@ -74,7 +74,7 @@ struct g_command class_commands[] = {
},
{ "destroy", G_FLAG_VERBOSE, NULL,
{
{ 'f', "force", NULL, G_TYPE_NONE },
{ 'f', "force", NULL, G_TYPE_BOOL },
G_OPT_SENTINEL
},
"[-fv] name ..."
@ -95,7 +95,7 @@ struct g_command class_commands[] = {
},
{ "stop", G_FLAG_VERBOSE, NULL,
{
{ 'f', "force", NULL, G_TYPE_NONE },
{ 'f', "force", NULL, G_TYPE_BOOL },
G_OPT_SENTINEL
},
"[-fv] name ..."