mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Merge branch 'g-type-name-can-return-null' into 'main'
g_type_name: Fix return annotation See merge request GNOME/glib!3290
This commit is contained in:
commit
288521ea02
@ -3425,7 +3425,7 @@ g_type_default_interface_unref (gpointer g_iface)
|
|||||||
* other validly registered type ID, but randomized type IDs should
|
* other validly registered type ID, but randomized type IDs should
|
||||||
* not be passed in and will most likely lead to a crash.
|
* 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 *
|
const gchar *
|
||||||
g_type_name (GType type)
|
g_type_name (GType type)
|
||||||
|
Loading…
Reference in New Issue
Block a user