[gnome-builder/wip/gtk4-port] libide/gtk: Add missing IDE_AVAILABLE_IN_ALL annotation



commit d56f0674161503da3983d0625f47c0b313bf36e9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Apr 26 16:40:00 2022 -0300

    libide/gtk: Add missing IDE_AVAILABLE_IN_ALL annotation
    
    This is missing from ca67aa3971446d8d1c110067f2eb78e95cada6f9.

 src/libide/gtk/ide-gtk.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libide/gtk/ide-gtk.h b/src/libide/gtk/ide-gtk.h
index b625410c2..b6108fb2a 100644
--- a/src/libide/gtk/ide-gtk.h
+++ b/src/libide/gtk/ide-gtk.h
@@ -52,6 +52,7 @@ void      ide_gtk_list_store_insert_sorted   (GtkListStore      *store,
                                               guint              compare_column,
                                               GCompareDataFunc   compare_func,
                                               gpointer           compare_data);
+IDE_AVAILABLE_IN_ALL
 void       ide_gtk_widget_destroyed          (GtkWidget         *widget,
                                               GtkWidget        **location);
 


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