[gnome-builder/wip/chergert/perspective] libide: remove IdeView
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/perspective] libide: remove IdeView
- Date: Wed, 18 Nov 2015 13:00:56 +0000 (UTC)
commit 2beb8bb80959c4950f0bbf7da053c401e6f97d08
Author: Christian Hergert <chergert redhat com>
Date: Wed Nov 18 05:00:48 2015 -0800
libide: remove IdeView
libide/Makefile.am | 2 -
libide/ide-perspective.c | 2 +-
libide/ide-view.c | 129 ----------------------------------------------
libide/ide-view.h | 61 ----------------------
libide/ide-workbench.c | 2 +-
libide/ide.h | 1 -
6 files changed, 2 insertions(+), 195 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index e488eb4..3d21325 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -206,8 +206,6 @@ libide_1_0_la_public_sources = \
ide-unsaved-files.h \
ide-uri.c \
ide-uri.h \
- ide-view.c \
- ide-view.h \
ide-vcs-uri.c \
ide-vcs-uri.h \
ide-vcs.c \
diff --git a/libide/ide-perspective.c b/libide/ide-perspective.c
index 44c0e12..6770507 100644
--- a/libide/ide-perspective.c
+++ b/libide/ide-perspective.c
@@ -237,7 +237,7 @@ ide_perspective_set_fullscreen (IdePerspective *self,
* @callback: (scope call): A #GtkCallback.
* @user_data: user data for @callback.
*
- * This interface method is used to iterate all #IdeView's that are descendents of @self.
+ * This interface method is used to iterate all #IdeLayoutView's that are descendents of @self.
*/
void
ide_perspective_views_foreach (IdePerspective *self,
diff --git a/libide/ide-workbench.c b/libide/ide-workbench.c
index bc38036..f4774e4 100644
--- a/libide/ide-workbench.c
+++ b/libide/ide-workbench.c
@@ -313,7 +313,7 @@ ide_workbench_views_foreach_cb (GtkWidget *widget,
* @callback: (scope call): The callback to execute
* @user_data: user data for @callback.
*
- * Executes @callback for every #IdeView across all perspectives.
+ * Executes @callback for every #IdeLayoutView across all perspectives.
*/
void
ide_workbench_views_foreach (IdeWorkbench *self,
diff --git a/libide/ide.h b/libide/ide.h
index 8047f35..8191abc 100644
--- a/libide/ide.h
+++ b/libide/ide.h
@@ -103,7 +103,6 @@ G_BEGIN_DECLS
#include "ide-types.h"
#include "ide-unsaved-file.h"
#include "ide-unsaved-files.h"
-#include "ide-view.h"
#include "ide-vcs.h"
#include "ide-vcs-uri.h"
#include "ide-workbench.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]