diff options
author | Timm Bäder <mail@baedert.org> | 2019-02-28 09:44:08 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-02-28 10:33:18 +0100 |
commit | dc282991c6611a77f0f1049750c3fd7b6d085bb3 (patch) | |
tree | ab9f2867ec68b4b83b11479ae9892455ab14685e /gsk/gskroundedrectprivate.h | |
parent | 7931ab5f33991c0eddb5ce7cacc8a90db6ca6252 (diff) | |
download | gtk+-dc282991c6611a77f0f1049750c3fd7b6d085bb3.tar.gz |
roundedrect: Add gsk_rounded_rect_to_string
Keep it private for now, but it's very useful when debugging.
Diffstat (limited to 'gsk/gskroundedrectprivate.h')
-rw-r--r-- | gsk/gskroundedrectprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gsk/gskroundedrectprivate.h b/gsk/gskroundedrectprivate.h index 52d2276fb6..1284d8e7ea 100644 --- a/gsk/gskroundedrectprivate.h +++ b/gsk/gskroundedrectprivate.h @@ -16,6 +16,8 @@ void gsk_rounded_rect_to_float (const GskRounde gboolean gsk_rounded_rect_equal (gconstpointer rect1, gconstpointer rect2); +char * gsk_rounded_rect_to_string (const GskRoundedRect *self); + G_END_DECLS |