[gnome-builder] GbEditorDocument: whitespace cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] GbEditorDocument: whitespace cleanup
- Date: Thu, 11 Dec 2014 00:09:58 +0000 (UTC)
commit 65ac8ba4387e8e5015f74081b9895919744df53e
Author: Christian Hergert <christian hergert me>
Date: Mon Dec 8 01:18:03 2014 -0800
GbEditorDocument: whitespace cleanup
src/editor/gb-editor-document.h | 64 +++++++++++++++++++-------------------
1 files changed, 32 insertions(+), 32 deletions(-)
---
diff --git a/src/editor/gb-editor-document.h b/src/editor/gb-editor-document.h
index b7fd268..8bf3ee6 100644
--- a/src/editor/gb-editor-document.h
+++ b/src/editor/gb-editor-document.h
@@ -53,38 +53,38 @@ struct _GbEditorDocumentClass
void (*cursor_moved) (GbEditorDocument *document);
};
-GbEditorDocument *gb_editor_document_new (void);
-GType gb_editor_document_get_type (void) G_GNUC_CONST;
-GtkSourceFile *gb_editor_document_get_file (GbEditorDocument *document);
-void gb_editor_document_set_file (GbEditorDocument *document,
- GtkSourceFile *file);
-GbSourceChangeMonitor *gb_editor_document_get_change_monitor (GbEditorDocument *document);
-GbSourceCodeAssistant *gb_editor_document_get_code_assistant (GbEditorDocument *document);
-gboolean gb_editor_document_get_trim_trailing_whitespace (GbEditorDocument *document);
-void gb_editor_document_set_trim_trailing_whitespace (GbEditorDocument *document,
- gboolean
trim_trailing_whitespace);
-void gb_editor_document_load_async (GbEditorDocument *document,
- GFile *file,
- GCancellable *cancellable,
- GFileProgressCallback progress_callback,
- gpointer progress_data,
- GDestroyNotify progress_data_notify,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean gb_editor_document_load_finish (GbEditorDocument *document,
- GAsyncResult *result,
- GError **error);
-void gb_editor_document_save_async (GbEditorDocument *document,
- GCancellable *cancellable,
- GFileProgressCallback progress_callback,
- gpointer progress_data,
- GDestroyNotify progress_data_notify,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean gb_editor_document_save_finish (GbEditorDocument *document,
- GAsyncResult *result,
- GError **error);
-void gb_editor_document_reformat (GbEditorDocument *document);
+GbEditorDocument *gb_editor_document_new (void);
+GType gb_editor_document_get_type (void) G_GNUC_CONST;
+GtkSourceFile *gb_editor_document_get_file (GbEditorDocument *document);
+void gb_editor_document_set_file (GbEditorDocument *document,
+ GtkSourceFile *file);
+GbSourceChangeMonitor *gb_editor_document_get_change_monitor (GbEditorDocument *document);
+GbSourceCodeAssistant *gb_editor_document_get_code_assistant (GbEditorDocument *document);
+gboolean gb_editor_document_get_trim_trailing_whitespace (GbEditorDocument *document);
+void gb_editor_document_set_trim_trailing_whitespace (GbEditorDocument *document,
+ gboolean
trim_trailing_whitespace);
+void gb_editor_document_load_async (GbEditorDocument *document,
+ GFile *file,
+ GCancellable *cancellable,
+ GFileProgressCallback
progress_callback,
+ gpointer
progress_data,
+ GDestroyNotify
progress_data_notify,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean gb_editor_document_load_finish (GbEditorDocument *document,
+ GAsyncResult *result,
+ GError **error);
+void gb_editor_document_save_async (GbEditorDocument *document,
+ GCancellable *cancellable,
+ GFileProgressCallback
progress_callback,
+ gpointer
progress_data,
+ GDestroyNotify
progress_data_notify,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean gb_editor_document_save_finish (GbEditorDocument *document,
+ GAsyncResult *result,
+ GError **error);
+void gb_editor_document_reformat (GbEditorDocument *document);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]