[gnome-builder/gnome-builder-3-18] sourceview: fix prototype on ::focus_location()
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-18] sourceview: fix prototype on ::focus_location()
- Date: Tue, 13 Oct 2015 07:30:13 +0000 (UTC)
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]