[gnome-builder/wip/chergert/langserv] symbol-node: cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/langserv] symbol-node: cleanup
- Date: Tue, 25 Oct 2016 11:51:18 +0000 (UTC)
commit 337007ff34819ac8109c19e53387498d3dd6e98c
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]