diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-20 04:42:43 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-20 23:15:11 +0100 |
commit | 1a70ca75e8128cfa4c1a9225301b42b50bdc17bc (patch) | |
tree | 2022982aeb22f1384199d7c90cea2613d80e8671 /gdk/gdkcontentformatsprivate.h | |
parent | fc2ce5a9254c7678eaadde35297b8fd90c869bd4 (diff) | |
download | gtk+-1a70ca75e8128cfa4c1a9225301b42b50bdc17bc.tar.gz |
gdk: Sanitize GdkContentFormats API
Make sure the API reflects the idea that GdkContentFormats is a set
containing mime types. In particular, treat the object itself as a
plural - it's named content format`S' after all - and therefor use
the correct verb form.
Also make GdkContentFormats keep an array instead of a list, now that
it's immutable.
Diffstat (limited to 'gdk/gdkcontentformatsprivate.h')
-rw-r--r-- | gdk/gdkcontentformatsprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkcontentformatsprivate.h b/gdk/gdkcontentformatsprivate.h index 21e993c907..cfc8f2e75c 100644 --- a/gdk/gdkcontentformatsprivate.h +++ b/gdk/gdkcontentformatsprivate.h @@ -25,8 +25,6 @@ G_BEGIN_DECLS -GdkAtom * gdk_content_formats_get_atoms (GdkContentFormats *formats, - guint *n_atoms); G_END_DECLS |