[gnome-builder] source-view: add missing get_type() to header



commit 38f2593f75d2f94bebbee18e468e0db6f564c7c9
Author: Christian Hergert <christian hergert me>
Date:   Wed Apr 22 11:27:28 2015 -0700

    source-view: add missing get_type() to header

 libide/ide-source-view-mode.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-source-view-mode.h b/libide/ide-source-view-mode.h
index ad3d73a..b5f6b51 100644
--- a/libide/ide-source-view-mode.h
+++ b/libide/ide-source-view-mode.h
@@ -47,6 +47,7 @@ struct _IdeSourceViewModeClass
   GtkWidgetClass parent_class;
 };
 
+GType                  ide_source_view_mode_get_type                     (void);
 gboolean               ide_source_view_mode_get_repeat_insert_with_count (IdeSourceViewMode *self);
 gboolean               ide_source_view_mode_get_block_cursor             (IdeSourceViewMode *self);
 gboolean               ide_source_view_mode_get_suppress_unbound         (IdeSourceViewMode *self);


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