mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
g_type_name: Fix return annotation
The function can return null so it should be annotated as nullable.
This commit is contained in:
parent
bd2ccc2f69
commit
993f6d6698
@ -3425,7 +3425,7 @@ g_type_default_interface_unref (gpointer g_iface)
|
||||
* other validly registered type ID, but randomized type IDs should
|
||||
* not be passed in and will most likely lead to a crash.
|
||||
*
|
||||
* Returns: static type name or %NULL
|
||||
* Returns: (nullable): static type name or %NULL
|
||||
*/
|
||||
const gchar *
|
||||
g_type_name (GType type)
|
||||
|
Loading…
Reference in New Issue
Block a user