G_TYPE_NONE was replaced with G_TYPE_BOOL.

This commit is contained in:
Pawel Jakub Dawidek 2006-11-01 22:28:11 +00:00
parent f187490a2d
commit aee5398c29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163887

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 ..."