forked from AuroraMiddleware/gtk
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:
parent
abdbef1b5e
commit
b8199bcc1f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user