summaryrefslogtreecommitdiff
path: root/gdk/gdkcontentformats.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-07-26 02:33:31 +0200
committerBenjamin Otte <otte@redhat.com>2021-07-27 04:13:42 +0200
commit131be5f2e8c307fd70a7b3e302564159c4d935bf (patch)
tree27f8ebb5400aefc149424cd34dfdcfd483d61e77 /gdk/gdkcontentformats.h
parent6a5d555f58f1492383e52e34aa5748f3a2ca9bc1 (diff)
downloadgtk+-131be5f2e8c307fd70a7b3e302564159c4d935bf.tar.gz
contentformats: Add gdk_content_formats_parse()
Diffstat (limited to 'gdk/gdkcontentformats.h')
-rw-r--r--gdk/gdkcontentformats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkcontentformats.h b/gdk/gdkcontentformats.h
index 1798c48284..143a669340 100644
--- a/gdk/gdkcontentformats.h
+++ b/gdk/gdkcontentformats.h
@@ -40,6 +40,8 @@ GdkContentFormats * gdk_content_formats_new (const char
guint n_mime_types);
GDK_AVAILABLE_IN_ALL
GdkContentFormats * gdk_content_formats_new_for_gtype (GType type);
+GDK_AVAILABLE_IN_4_4
+GdkContentFormats * gdk_content_formats_parse (const char *string);
GDK_AVAILABLE_IN_ALL
GdkContentFormats * gdk_content_formats_ref (GdkContentFormats *formats);
GDK_AVAILABLE_IN_ALL