[gnome-builder] libide: sort vfuncs
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: sort vfuncs
- Date: Tue, 24 Mar 2015 00:15:06 +0000 (UTC)
commit 12a05f7119a82d682f9922d3817fab22a5477034
Author: Christian Hergert <christian hergert me>
Date: Thu Mar 12 15:01:26 2015 -0700
libide: sort vfuncs
libide/ide-source-view.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libide/ide-source-view.h b/libide/ide-source-view.h
index 1fd8f41..04f511c 100644
--- a/libide/ide-source-view.h
+++ b/libide/ide-source-view.h
@@ -223,15 +223,15 @@ struct _IdeSourceViewClass
gint level);
void (*insert_at_cursor_and_indent) (IdeSourceView *self,
const gchar *str);
+ void (*insert_modifier) (IdeSourceView *self,
+ gboolean use_count);
+ void (*jump) (IdeSourceView *self,
+ const GtkTextIter *location);
void (*movement) (IdeSourceView *self,
IdeSourceViewMovement movement,
gboolean extend_selection,
gboolean exclusive,
gboolean apply_count);
- void (*insert_modifier) (IdeSourceView *self,
- gboolean use_count);
- void (*jump) (IdeSourceView *self,
- const GtkTextIter *location);
void (*paste_clipboard_extended) (IdeSourceView *self,
gboolean smart_lines,
gboolean after_cursor,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]