summaryrefslogtreecommitdiff
path: root/gdk/gdkvisual.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-26 15:15:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-03-26 15:15:28 -0400
commitf06fc8d378521866c19d4e52b3b97addb750805d (patch)
tree13bd950cdb8cff2af5b4d79ee64325eeecd29d41 /gdk/gdkvisual.h
parentce0074b034b2b89afd47a344824fa24e1857329f (diff)
downloadgtk+-f06fc8d378521866c19d4e52b3b97addb750805d.tar.gz
Deprecate gdk_visual_get_colormap_size
Since we don't have API for colormaps anymore, this is not a useful function.
Diffstat (limited to 'gdk/gdkvisual.h')
-rw-r--r--gdk/gdkvisual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkvisual.h b/gdk/gdkvisual.h
index 84337aaddc..a401f1f489 100644
--- a/gdk/gdkvisual.h
+++ b/gdk/gdkvisual.h
@@ -117,7 +117,7 @@ GDK_AVAILABLE_IN_ALL
gint gdk_visual_get_depth (GdkVisual *visual);
GDK_DEPRECATED_IN_3_22
GdkByteOrder gdk_visual_get_byte_order (GdkVisual *visual);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_22
gint gdk_visual_get_colormap_size (GdkVisual *visual);
GDK_DEPRECATED_IN_3_22
gint gdk_visual_get_bits_per_rgb (GdkVisual *visual);