[gnome-builder/wip/gtk4-port] libide/projeects: update availability macros



commit bd26a079c357c6ae4eb67fb731166aa8c41ef32e
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 11 15:22:32 2022 -0700

    libide/projeects: update availability macros

 src/libide/projects/ide-project.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libide/projects/ide-project.h b/src/libide/projects/ide-project.h
index 5efb53f8d..156a04250 100644
--- a/src/libide/projects/ide-project.h
+++ b/src/libide/projects/ide-project.h
@@ -26,29 +26,29 @@ G_BEGIN_DECLS
 
 #define IDE_TYPE_PROJECT (ide_project_get_type())
 
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 G_DECLARE_FINAL_TYPE (IdeProject, ide_project, IDE, PROJECT, IdeObject)
 
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 IdeProject *ide_project_from_context       (IdeContext           *context);
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 void        ide_project_rename_file_async  (IdeProject           *self,
                                             GFile                *orig_file,
                                             GFile                *new_file,
                                             GCancellable         *cancellable,
                                             GAsyncReadyCallback   callback,
                                             gpointer              user_data);
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 gboolean    ide_project_rename_file_finish (IdeProject           *self,
                                             GAsyncResult         *result,
                                             GError              **error);
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 void        ide_project_trash_file_async   (IdeProject           *self,
                                             GFile                *file,
                                             GCancellable         *cancellable,
                                             GAsyncReadyCallback   callback,
                                             gpointer              user_data);
-IDE_AVAILABLE_IN_3_32
+IDE_AVAILABLE_IN_ALL
 gboolean    ide_project_trash_file_finish  (IdeProject           *self,
                                             GAsyncResult         *result,
                                             GError              **error);


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