mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix a typo in GBinding
https://bugzilla.gnome.org/show_bug.cgi?id=652081
This commit is contained in:
parent
20d56289b9
commit
6418769e4c
@ -912,7 +912,7 @@ g_object_bind_property_full (gpointer source,
|
|||||||
if ((flags & G_BINDING_BIDIRECTIONAL) &&
|
if ((flags & G_BINDING_BIDIRECTIONAL) &&
|
||||||
!(pspec->flags & G_PARAM_READABLE))
|
!(pspec->flags & G_PARAM_READABLE))
|
||||||
{
|
{
|
||||||
g_warning ("%s: The starget object of type %s has no writable property called '%s'",
|
g_warning ("%s: The target object of type %s has no readable property called '%s'",
|
||||||
G_STRLOC,
|
G_STRLOC,
|
||||||
G_OBJECT_TYPE_NAME (target),
|
G_OBJECT_TYPE_NAME (target),
|
||||||
target_property);
|
target_property);
|
||||||
|
Loading…
Reference in New Issue
Block a user