[gnome-builder/gnome-builder-3-18] sourceview: fix prototype on ::focus_location()



commit 2bd3a8b1b00fe694ee9a72539bbfb74994a83d6b
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 29 19:23:09 2015 -0700

    sourceview: fix prototype on ::focus_location()
    
    This was wrong for the inheritance chain. Our signal connections were
    fine though.

 libide/ide-source-view.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-source-view.h b/libide/ide-source-view.h
index b303401..4fce05d 100644
--- a/libide/ide-source-view.h
+++ b/libide/ide-source-view.h
@@ -206,7 +206,8 @@ struct _IdeSourceViewClass
                                        GtkDirectionType         direction);
   void (*delete_selection)            (IdeSourceView           *self);
   void (*end_macro)                   (IdeSourceView           *self);
-  void (*focus_location)              (IdeSourceView           *self);
+  void (*focus_location)              (IdeSourceView           *self,
+                                       IdeSourceLocation       *location);
   void (*goto_definition)             (IdeSourceView           *self);
   void (*hide_completion)             (IdeSourceView           *self);
   void (*indent_selection)            (IdeSourceView           *self,


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