[gtk/function-annotations: 7/16] Annotate gdk_drag_action_is_unique as const




commit 6dde3f96c71ccced39b7955d513a5cc715901520
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 14 13:10:48 2021 -0400

    Annotate gdk_drag_action_is_unique as const

 gdk/gdkdrag.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/gdkdrag.h b/gdk/gdkdrag.h
index 9133e0793b..fffff85d24 100644
--- a/gdk/gdkdrag.h
+++ b/gdk/gdkdrag.h
@@ -69,7 +69,7 @@ GDK_AVAILABLE_IN_ALL
 GdkDragAction    gdk_drag_get_selected_action  (GdkDrag *drag);
 
 GDK_AVAILABLE_IN_ALL
-gboolean         gdk_drag_action_is_unique     (GdkDragAction   action);
+gboolean         gdk_drag_action_is_unique     (GdkDragAction   action) G_GNUC_CONST;
 
 GDK_AVAILABLE_IN_ALL
 GdkDrag *        gdk_drag_begin                (GdkSurface         *surface,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]