summaryrefslogtreecommitdiff
path: root/gsk/gskroundedrectprivate.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-01-24 13:17:09 +0100
committerTimm Bäder <mail@baedert.org>2020-01-26 18:21:07 +0100
commit77e0d360ed721fb9a8eb9cebe10346cfda304eb4 (patch)
tree4f3457eecb246b0814502fec9649c655f9f3503f /gsk/gskroundedrectprivate.h
parent942a93250a5227a051017737873b7d40f24b9e59 (diff)
downloadgtk+-77e0d360ed721fb9a8eb9cebe10346cfda304eb4.tar.gz
Add pure and const annotations to various functions
Diffstat (limited to 'gsk/gskroundedrectprivate.h')
-rw-r--r--gsk/gskroundedrectprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskroundedrectprivate.h b/gsk/gskroundedrectprivate.h
index 1284d8e7ea..5c2912b492 100644
--- a/gsk/gskroundedrectprivate.h
+++ b/gsk/gskroundedrectprivate.h
@@ -15,7 +15,7 @@ void gsk_rounded_rect_to_float (const GskRounde
float rect[12]);
gboolean gsk_rounded_rect_equal (gconstpointer rect1,
- gconstpointer rect2);
+ gconstpointer rect2) G_GNUC_PURE;
char * gsk_rounded_rect_to_string (const GskRoundedRect *self);