[gnome-builder] symbol-node: cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] symbol-node: cleanup
- Date: Tue, 25 Oct 2016 22:43:52 +0000 (UTC)
commit acf1ef4794b17373f2700ee683b5b689b56a7476
Author: Christian Hergert <chergert redhat com>
Date: Tue Oct 25 04:49:52 2016 -0700
symbol-node: cleanup
libide/symbols/ide-symbol-node.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/symbols/ide-symbol-node.h b/libide/symbols/ide-symbol-node.h
index 892f0f7..1fa63fa 100644
--- a/libide/symbols/ide-symbol-node.h
+++ b/libide/symbols/ide-symbol-node.h
@@ -55,13 +55,13 @@ struct _IdeSymbolNodeClass
IdeSymbolKind ide_symbol_node_get_kind (IdeSymbolNode *self);
IdeSymbolFlags ide_symbol_node_get_flags (IdeSymbolNode *self);
const gchar *ide_symbol_node_get_name (IdeSymbolNode *self);
-void ide_symbol_node_get_location_async (IdeSymbolNode *self,
+void ide_symbol_node_get_location_async (IdeSymbolNode *self,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
IdeSourceLocation *ide_symbol_node_get_location_finish (IdeSymbolNode *self,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]