diff options
author | Richard Hughes <richard@hughsie.com> | 2014-10-24 11:21:33 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-10-24 11:21:33 +0100 |
commit | 4e1fc310a778b956af3c0600a89a33e2a3aae152 (patch) | |
tree | 2a2201c06b39c3eb35a336156ca0f70d39e64ac8 /libappstream-glib/as-utils-private.h | |
parent | ce5d5dd8ddeea8abde88b6f138c5632890599415 (diff) | |
download | appstream-glib-4e1fc310a778b956af3c0600a89a33e2a3aae152.tar.gz |
trivial: Export the private symbol as_pixbuf_blur()
Diffstat (limited to 'libappstream-glib/as-utils-private.h')
-rw-r--r-- | libappstream-glib/as-utils-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils-private.h b/libappstream-glib/as-utils-private.h index 5f40c3b..23aea2e 100644 --- a/libappstream-glib/as-utils-private.h +++ b/libappstream-glib/as-utils-private.h @@ -39,6 +39,9 @@ const gchar *as_hash_lookup_by_locale (GHashTable *hash, void as_pixbuf_sharpen (GdkPixbuf *src, gint radius, gdouble amount); +void as_pixbuf_blur (GdkPixbuf *src, + gint radius, + gint iterations); G_END_DECLS |