Annotate gdk_rgba_to_string as malloc

This commit is contained in:
Matthias Clasen 2021-09-14 13:11:20 -04:00
parent 04ef7055cd
commit 38fce67a9b

View File

@ -67,7 +67,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gdk_rgba_parse (GdkRGBA *rgba,
const char *spec);
GDK_AVAILABLE_IN_ALL
char * gdk_rgba_to_string (const GdkRGBA *rgba);
char * gdk_rgba_to_string (const GdkRGBA *rgba) G_GNUC_MALLOC;
G_END_DECLS