[gtksourceview] ContextEngine: reformat the header



commit 4a03f30e092b2d58bcbf081051a564dbe2f13128
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat May 4 19:52:13 2013 +0200

    ContextEngine: reformat the header

 gtksourceview/gtksourcecontextengine.h |   87 +++++++++++++++-----------------
 1 files changed, 41 insertions(+), 46 deletions(-)
---
diff --git a/gtksourceview/gtksourcecontextengine.h b/gtksourceview/gtksourcecontextengine.h
index dfb915f..e0aa60a 100644
--- a/gtksourceview/gtksourcecontextengine.h
+++ b/gtksourceview/gtksourcecontextengine.h
@@ -71,79 +71,74 @@ typedef enum {
 } GtkSourceContextRefOptions;
 
 G_GNUC_INTERNAL
-GType           _gtk_source_context_engine_get_type    (void) G_GNUC_CONST;
+GType                   _gtk_source_context_engine_get_type            (void) G_GNUC_CONST;
 
 G_GNUC_INTERNAL
-GtkSourceContextData *_gtk_source_context_data_new     (GtkSourceLanguage      *lang);
+GtkSourceContextData   *_gtk_source_context_data_new                   (GtkSourceLanguage       *lang);
 
 G_GNUC_INTERNAL
-GtkSourceContextData *_gtk_source_context_data_ref     (GtkSourceContextData   *data);
+GtkSourceContextData   *_gtk_source_context_data_ref                   (GtkSourceContextData    *data);
 
 G_GNUC_INTERNAL
-void            _gtk_source_context_data_unref         (GtkSourceContextData   *data);
+void                    _gtk_source_context_data_unref                 (GtkSourceContextData    *data);
 
 G_GNUC_INTERNAL
-GtkSourceContextClass *
-               gtk_source_context_class_new            (gchar const *name,
-                                                        gboolean     enabled);
+GtkSourceContextClass  *gtk_source_context_class_new                   (gchar const             *name,
+                                                                        gboolean                 enabled);
 
 G_GNUC_INTERNAL
-void           gtk_source_context_class_free           (GtkSourceContextClass *cclass);
+void                    gtk_source_context_class_free                  (GtkSourceContextClass   *cclass);
 
 G_GNUC_INTERNAL
-GtkSourceContextEngine *_gtk_source_context_engine_new  (GtkSourceContextData  *data);
+GtkSourceContextEngine *_gtk_source_context_engine_new                 (GtkSourceContextData    *data);
 
 G_GNUC_INTERNAL
-gboolean        _gtk_source_context_data_define_context
-                                                       (GtkSourceContextData    *data,
-                                                        const gchar             *id,
-                                                        const gchar             *parent_id,
-                                                        const gchar             *match_regex,
-                                                        const gchar             *start_regex,
-                                                        const gchar             *end_regex,
-                                                        const gchar             *style,
-                                                        GSList                  *context_classes,
-                                                        GtkSourceContextFlags    flags,
-                                                        GError                 **error);
+gboolean                _gtk_source_context_data_define_context        (GtkSourceContextData    *data,
+                                                                        const gchar             *id,
+                                                                        const gchar             *parent_id,
+                                                                        const gchar             *match_regex,
+                                                                        const gchar             *start_regex,
+                                                                        const gchar             *end_regex,
+                                                                        const gchar             *style,
+                                                                        GSList                  
*context_classes,
+                                                                        GtkSourceContextFlags    flags,
+                                                                        GError                 **error);
 
 G_GNUC_INTERNAL
-gboolean        _gtk_source_context_data_add_sub_pattern
-                                                       (GtkSourceContextData    *data,
-                                                        const gchar             *id,
-                                                        const gchar             *parent_id,
-                                                        const gchar             *name,
-                                                        const gchar             *where,
-                                                        const gchar             *style,
-                                                        GSList                  *context_classes,
-                                                        GError                 **error);
+gboolean                _gtk_source_context_data_add_sub_pattern       (GtkSourceContextData    *data,
+                                                                        const gchar             *id,
+                                                                        const gchar             *parent_id,
+                                                                        const gchar             *name,
+                                                                        const gchar             *where,
+                                                                        const gchar             *style,
+                                                                        GSList                  
*context_classes,
+                                                                        GError                 **error);
 
 G_GNUC_INTERNAL
-gboolean        _gtk_source_context_data_add_ref       (GtkSourceContextData    *data,
-                                                        const gchar             *parent_id,
-                                                        const gchar             *ref_id,
-                                                        GtkSourceContextRefOptions options,
-                                                        const gchar             *style,
-                                                        gboolean                 all,
-                                                        GError                 **error);
+gboolean                _gtk_source_context_data_add_ref               (GtkSourceContextData    *data,
+                                                                        const gchar             *parent_id,
+                                                                        const gchar             *ref_id,
+                                                                        GtkSourceContextRefOptions options,
+                                                                        const gchar             *style,
+                                                                        gboolean                 all,
+                                                                        GError                 **error);
 
 G_GNUC_INTERNAL
-GtkSourceContextReplace *
-                _gtk_source_context_replace_new        (const gchar             *to_replace_id,
-                                                        const gchar             *replace_with_id);
+GtkSourceContextReplace        *_gtk_source_context_replace_new                (const gchar             
*to_replace_id,
+                                                                        const gchar             
*replace_with_id);
 
 G_GNUC_INTERNAL
-void            _gtk_source_context_replace_free       (GtkSourceContextReplace *repl);
+void                    _gtk_source_context_replace_free               (GtkSourceContextReplace *repl);
 
 G_GNUC_INTERNAL
-gboolean        _gtk_source_context_data_finish_parse  (GtkSourceContextData    *data,
-                                                        GList                   *overrides,
-                                                        GError                 **error);
+gboolean                _gtk_source_context_data_finish_parse          (GtkSourceContextData    *data,
+                                                                        GList                   *overrides,
+                                                                        GError                 **error);
 
 /* Only for lang files version 1, do not use it */
 G_GNUC_INTERNAL
-void            _gtk_source_context_data_set_escape_char
-                                                       (GtkSourceContextData    *data,
-                                                        gunichar                 esc_char);
+void                    _gtk_source_context_data_set_escape_char       (GtkSourceContextData    *data,
+                                                                        gunichar                 esc_char);
 
 G_END_DECLS
 


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