gtkpango: Add G_GNUC_WARN_UNUSED_RESULT

Guess who just spent 10 minutes in gdb and doesn't want to do that
again.
This commit is contained in:
Benjamin Otte 2022-06-09 02:42:10 +02:00
parent abdbef1b5e
commit b8199bcc1f

View File

@ -31,7 +31,7 @@
G_BEGIN_DECLS
PangoAttrList *_gtk_pango_attr_list_merge (PangoAttrList *into,
PangoAttrList *from);
PangoAttrList *from) G_GNUC_WARN_UNUSED_RESULT;
gboolean gtk_buildable_attribute_tag_start (GtkBuildable *buildable,
GtkBuilder *builder,