[gnome-builder/wip/chergert/langserv] context: add (type Ide.Service) annotation



commit 75ef3702262eea67ebbe9b0ada90bf2141100e59
Author: Christian Hergert <chergert redhat com>
Date:   Sun Oct 23 20:08:31 2016 -0700

    context: add (type Ide.Service) annotation
    
    We need this to get the proper type back in Python.

 libide/ide-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-context.c b/libide/ide-context.c
index dca2955..d86beb3 100644
--- a/libide/ide-context.c
+++ b/libide/ide-context.c
@@ -460,7 +460,7 @@ ide_context_get_search_engine (IdeContext *self)
  * service type could be found, then an instance of the service will be
  * created, started, and returned.
  *
- * Returns: (transfer none) (nullable): An #IdeService or %NULL.
+ * Returns: (type Ide.Service) (transfer none) (nullable): An #IdeService or %NULL.
  */
 gpointer
 ide_context_get_service_typed (IdeContext *self,


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