mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
docs: Fix incorrect macro name in GType tutorial
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=770459
This commit is contained in:
parent
b090a079f7
commit
121b1e5215
@ -677,7 +677,7 @@ viewer_editable_save (ViewerEditable *self,
|
|||||||
g_return_if_fail (VIEWER_IS_EDITABLE (self));
|
g_return_if_fail (VIEWER_IS_EDITABLE (self));
|
||||||
g_return_if_fail (error == NULL || *error == NULL);
|
g_return_if_fail (error == NULL || *error == NULL);
|
||||||
|
|
||||||
iface = VIEWER_EDITABLE_GET_INTERFACE (self);
|
iface = VIEWER_EDITABLE_GET_IFACE (self);
|
||||||
g_return_if_fail (iface->save != NULL);
|
g_return_if_fail (iface->save != NULL);
|
||||||
iface->save (self);
|
iface->save (self);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user