summaryrefslogtreecommitdiff
path: root/gio/glistmodel.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-10-05 13:39:21 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-10-13 20:53:56 -0400
commite5565f6635fdae5d0fb23843eb8adc01bbb45e6c (patch)
tree68cfb6e2cae9f476fd147ed03c6e3ebc12b256f5 /gio/glistmodel.h
parentdcfc9f689e2483d7735bdc90fb36201838c1854f (diff)
downloadglib-e5565f6635fdae5d0fb23843eb8adc01bbb45e6c.tar.gz
Rename all visibility macros
Diffstat (limited to 'gio/glistmodel.h')
-rw-r--r--gio/glistmodel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gio/glistmodel.h b/gio/glistmodel.h
index f2e0618a6..a96e3cea0 100644
--- a/gio/glistmodel.h
+++ b/gio/glistmodel.h
@@ -34,7 +34,7 @@
G_BEGIN_DECLS
#define G_TYPE_LIST_MODEL g_list_model_get_type ()
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
struct _GListModelInterface
@@ -49,21 +49,21 @@ struct _GListModelInterface
guint position);
};
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
GType g_list_model_get_item_type (GListModel *list);
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
guint g_list_model_get_n_items (GListModel *list);
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
gpointer g_list_model_get_item (GListModel *list,
guint position);
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
GObject * g_list_model_get_object (GListModel *list,
guint position);
-GLIB_AVAILABLE_IN_2_44
+GIO_AVAILABLE_IN_2_44
void g_list_model_items_changed (GListModel *list,
guint position,
guint removed,