mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Docs: Changed can not to cannot.
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
* object paths that you wish to register are registered before
|
||||
* #GApplication attempts to acquire the bus name of your application
|
||||
* (which happens in g_application_register()). Unfortunately, this
|
||||
* means that you can not use g_application_get_is_remote() to decide if
|
||||
* means that you cannot use g_application_get_is_remote() to decide if
|
||||
* you want to register object paths.
|
||||
*
|
||||
* GApplication provides convenient life cycle management by maintaining
|
||||
@@ -945,7 +945,7 @@ g_application_get_is_registered (GApplication *application)
|
||||
* perform actions on @application will result in the actions being
|
||||
* performed by the primary instance.
|
||||
*
|
||||
* The value of this property can not be accessed before
|
||||
* The value of this property cannot be accessed before
|
||||
* g_application_register() has been called. See
|
||||
* g_application_get_is_registered().
|
||||
*
|
||||
|
@@ -217,7 +217,7 @@ typedef gboolean (*GSettingsGetMapping) (GVarian
|
||||
* value initially from the setting, but do not listen for changes of the setting
|
||||
* @G_SETTINGS_BIND_INVERT_BOOLEAN: When passed to g_settings_bind(), uses a pair of mapping functions that invert
|
||||
* the boolean value when mapping between the setting and the property. The setting and property must both
|
||||
* be booleans. You can not pass this flag to g_settings_bind_with_mapping().
|
||||
* be booleans. You cannot pass this flag to g_settings_bind_with_mapping().
|
||||
*
|
||||
* Flags used when creating a binding. These flags determine in which
|
||||
* direction the binding works. The default is to synchronize in both
|
||||
|
@@ -135,7 +135,7 @@ gvdb_table_setup_root (GvdbTable *file,
|
||||
* Creates a new #GvdbTable from the contents of the file found at
|
||||
* @filename.
|
||||
*
|
||||
* The only time this function fails is if the file can not be opened.
|
||||
* The only time this function fails is if the file cannot be opened.
|
||||
* In that case, the #GError that is returned will be an error from
|
||||
* g_mapped_file_new().
|
||||
*
|
||||
|
@@ -76,7 +76,7 @@ static const SchemaTest tests[] = {
|
||||
{ "enum-with-repeated-value", NULL, "*value='1' already specified*" },
|
||||
{ "enum-with-chained-alias", NULL, "*'sausages' is not in enumerated type*" },
|
||||
{ "enum-with-shadow-alias", NULL, "*'mash' is already a member of the enum*" },
|
||||
{ "enum-with-choice", NULL, "*<choices> can not be specified*" },
|
||||
{ "enum-with-choice", NULL, "*<choices> cannot be specified*" },
|
||||
{ "enum-with-bad-default", NULL, "*<default> is not a valid member*" },
|
||||
{ "choice", NULL, NULL },
|
||||
{ "choice-upside-down", NULL, NULL },
|
||||
|
Reference in New Issue
Block a user