[gnome-builder] compilecommands: specify as 3.28 usage
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] compilecommands: specify as 3.28 usage
- Date: Wed, 8 Nov 2017 07:32:48 +0000 (UTC)
commit ea5b03ac545b9857385d587c2670549350170d46
Author: Christian Hergert <chergert redhat com>
Date: Tue Nov 7 23:31:24 2017 -0800
compilecommands: specify as 3.28 usage
src/libide/buildsystem/ide-compile-commands.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/libide/buildsystem/ide-compile-commands.h b/src/libide/buildsystem/ide-compile-commands.h
index b053551..1298a1a 100644
--- a/src/libide/buildsystem/ide-compile-commands.h
+++ b/src/libide/buildsystem/ide-compile-commands.h
@@ -28,24 +28,24 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (IdeCompileCommands, ide_compile_commands, IDE, COMPILE_COMMANDS, GObject)
-IDE_AVAILABLE_IN_ALL
+IDE_AVAILABLE_IN_3_28
IdeCompileCommands *ide_compile_commands_new (void);
-IDE_AVAILABLE_IN_ALL
+IDE_AVAILABLE_IN_3_28
gboolean ide_compile_commands_load (IdeCompileCommands *self,
GFile *file,
GCancellable *cancellable,
GError **error);
-IDE_AVAILABLE_IN_ALL
+IDE_AVAILABLE_IN_3_28
void ide_compile_commands_load_async (IdeCompileCommands *self,
GFile *file,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-IDE_AVAILABLE_IN_ALL
+IDE_AVAILABLE_IN_3_28
gboolean ide_compile_commands_load_finish (IdeCompileCommands *self,
GAsyncResult *result,
GError **error);
-IDE_AVAILABLE_IN_ALL
+IDE_AVAILABLE_IN_3_28
gchar **ide_compile_commands_lookup (IdeCompileCommands *self,
GFile *file,
GFile **directory,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]