diff options
author | Benjamin Otte <otte@redhat.com> | 2021-07-26 02:33:31 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2021-07-27 04:13:42 +0200 |
commit | 131be5f2e8c307fd70a7b3e302564159c4d935bf (patch) | |
tree | 27f8ebb5400aefc149424cd34dfdcfd483d61e77 /gdk/gdkcontentformats.h | |
parent | 6a5d555f58f1492383e52e34aa5748f3a2ca9bc1 (diff) | |
download | gtk+-131be5f2e8c307fd70a7b3e302564159c4d935bf.tar.gz |
contentformats: Add gdk_content_formats_parse()
Diffstat (limited to 'gdk/gdkcontentformats.h')
-rw-r--r-- | gdk/gdkcontentformats.h | 2 |
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 |