[gnome-software] trivial: Add modelines to all source files



commit 280b7e04f98f661eb2f5709dca997cce10e8aa46
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 11 15:57:25 2013 +0100

    trivial: Add modelines to all source files

 src/gs-app-tile.c           |    1 +
 src/gs-app-tile.h           |    1 +
 src/gs-app-widget.c         |    1 +
 src/gs-app-widget.h         |    1 +
 src/gs-app.h                |    2 ++
 src/gs-application.c        |    2 ++
 src/gs-application.h        |    2 ++
 src/gs-box.c                |    2 ++
 src/gs-box.h                |    1 +
 src/gs-category-tile.c      |    1 +
 src/gs-category-tile.h      |    1 +
 src/gs-category.c           |    2 ++
 src/gs-category.h           |    2 ++
 src/gs-feature-tile.c       |    1 +
 src/gs-feature-tile.h       |    1 +
 src/gs-main.c               |    2 ++
 src/gs-plugin-loader-sync.c |    2 ++
 src/gs-plugin-loader-sync.h |    2 ++
 src/gs-plugin-loader.c      |    2 ++
 src/gs-plugin-loader.h      |    2 ++
 src/gs-plugin.c             |    2 ++
 src/gs-plugin.h             |    2 ++
 src/gs-popular-tile.c       |    1 +
 src/gs-popular-tile.h       |    2 ++
 src/gs-self-test.c          |    1 +
 src/gs-shell-category.c     |    2 ++
 src/gs-shell-category.h     |    2 ++
 src/gs-shell-details.c      |    2 ++
 src/gs-shell-details.h      |    2 ++
 src/gs-shell-installed.c    |    2 ++
 src/gs-shell-installed.h    |    2 ++
 src/gs-shell-overview.c     |    2 ++
 src/gs-shell-overview.h     |    2 ++
 src/gs-shell-search.c       |    2 ++
 src/gs-shell-search.h       |    2 ++
 src/gs-shell-updates.c      |    2 ++
 src/gs-shell-updates.h      |    2 ++
 src/gs-shell.c              |    2 ++
 src/gs-shell.h              |    2 ++
 src/gs-utils.c              |    2 ++
 src/gs-utils.h              |    2 ++
 41 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app-tile.c b/src/gs-app-tile.c
index f6b0135..20b4d8d 100644
--- a/src/gs-app-tile.c
+++ b/src/gs-app-tile.c
@@ -141,3 +141,4 @@ gs_app_tile_new (GsApp *cat)
         return GTK_WIDGET (tile);
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-app-tile.h b/src/gs-app-tile.h
index aaff60e..c9a28fc 100644
--- a/src/gs-app-tile.h
+++ b/src/gs-app-tile.h
@@ -62,3 +62,4 @@ G_END_DECLS
 
 #endif /* GS_APP_TILE_H */
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index 87b9d58..9ec1329 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -251,3 +251,4 @@ gs_app_widget_new (void)
        return g_object_new (GS_TYPE_APP_WIDGET, NULL);
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-app-widget.h b/src/gs-app-widget.h
index 76b9391..17693e2 100644
--- a/src/gs-app-widget.h
+++ b/src/gs-app-widget.h
@@ -68,3 +68,4 @@ G_END_DECLS
 
 #endif /* GS_APP_WIDGET_H */
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-app.h b/src/gs-app.h
index 526d762..b6026d0 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -147,3 +147,5 @@ void             gs_app_set_install_date        (GsApp          *app,
 G_END_DECLS
 
 #endif /* __GS_APP_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-application.c b/src/gs-application.c
index 46ea64f..adff9c1 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -291,3 +291,5 @@ gs_application_new (void)
                             "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
                             NULL);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-application.h b/src/gs-application.h
index 874b5f3..9c8bcdd 100644
--- a/src/gs-application.h
+++ b/src/gs-application.h
@@ -38,3 +38,5 @@ GsApplication  *gs_application_new         (void);
 
 
 #endif  /* __GS_APPLICATION_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-box.c b/src/gs-box.c
index 12e9660..c2370ee 100644
--- a/src/gs-box.c
+++ b/src/gs-box.c
@@ -295,3 +295,5 @@ gs_box_add (GsBox *box, GtkWidget *widget, gdouble relative_size)
         box->children = g_list_append (box->children, child);
         gtk_widget_set_parent (widget, GTK_WIDGET (box));
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-box.h b/src/gs-box.h
index d318156..89518ff 100644
--- a/src/gs-box.h
+++ b/src/gs-box.h
@@ -46,3 +46,4 @@ G_END_DECLS
 
 #endif /* GS_BOX_H */
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-category-tile.c b/src/gs-category-tile.c
index 9095c0c..ce79131 100644
--- a/src/gs-category-tile.c
+++ b/src/gs-category-tile.c
@@ -132,3 +132,4 @@ gs_category_tile_new (GsCategory *cat)
         return GTK_WIDGET (tile);
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-category-tile.h b/src/gs-category-tile.h
index e536a80..3bc29f9 100644
--- a/src/gs-category-tile.h
+++ b/src/gs-category-tile.h
@@ -62,3 +62,4 @@ G_END_DECLS
 
 #endif /* GS_CATEGORY_TILE_H */
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-category.c b/src/gs-category.c
index 88cf446..43c8e65 100644
--- a/src/gs-category.c
+++ b/src/gs-category.c
@@ -161,3 +161,5 @@ gs_category_new (GsCategory *parent, const gchar *id, const gchar *name)
         category->priv->name = g_strdup (name);
        return GS_CATEGORY (category);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-category.h b/src/gs-category.h
index f349c81..41734b5 100644
--- a/src/gs-category.h
+++ b/src/gs-category.h
@@ -65,3 +65,5 @@ void             gs_category_add_subcategory    (GsCategory             *categor
 G_END_DECLS
 
 #endif /* __GS_CATEGORY_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-feature-tile.c b/src/gs-feature-tile.c
index 3c6a7be..da6741d 100644
--- a/src/gs-feature-tile.c
+++ b/src/gs-feature-tile.c
@@ -166,3 +166,4 @@ gs_feature_tile_new (GsApp *app)
         return GTK_WIDGET (tile);
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-feature-tile.h b/src/gs-feature-tile.h
index d7c8083..9e887c0 100644
--- a/src/gs-feature-tile.h
+++ b/src/gs-feature-tile.h
@@ -62,3 +62,4 @@ G_END_DECLS
 
 #endif /* GS_FEATURE_TILE_H */
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-main.c b/src/gs-main.c
index 0542297..b3b231f 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -45,3 +45,5 @@ main (int argc, char **argv)
 
        return status;
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin-loader-sync.c b/src/gs-plugin-loader-sync.c
index 28fac39..5908ec7 100644
--- a/src/gs-plugin-loader-sync.c
+++ b/src/gs-plugin-loader-sync.c
@@ -247,3 +247,5 @@ gs_plugin_loader_get_category_apps (GsPluginLoader *plugin_loader,
 
        return helper.list;
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin-loader-sync.h b/src/gs-plugin-loader-sync.h
index a314fcb..5d5d9cd 100644
--- a/src/gs-plugin-loader-sync.h
+++ b/src/gs-plugin-loader-sync.h
@@ -48,3 +48,5 @@ GList         *gs_plugin_loader_get_category_apps     (GsPluginLoader *plugin_loader,
 G_END_DECLS
 
 #endif /* __GS_PLUGIN_LOADER_SYNC_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index fc71c4f..d9abebb 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -2002,3 +2002,5 @@ gs_plugin_loader_new (void)
        plugin_loader = g_object_new (GS_TYPE_PLUGIN_LOADER, NULL);
        return GS_PLUGIN_LOADER (plugin_loader);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin-loader.h b/src/gs-plugin-loader.h
index 5e6de5d..e889862 100644
--- a/src/gs-plugin-loader.h
+++ b/src/gs-plugin-loader.h
@@ -155,3 +155,5 @@ GsApp               *gs_plugin_loader_dedupe                (GsPluginLoader 
*plugin_loader,
 G_END_DECLS
 
 #endif /* __GS_PLUGIN_LOADER_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin.c b/src/gs-plugin.c
index 620550c..fa2e9ac 100644
--- a/src/gs-plugin.c
+++ b/src/gs-plugin.c
@@ -93,3 +93,5 @@ gs_plugin_status_update (GsPlugin *plugin, GsApp *app, GsPluginStatus status)
                helper->app = g_object_ref (app);
        g_idle_add (gs_plugin_status_update_cb, helper);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-plugin.h b/src/gs-plugin.h
index fe56d28..b509c23 100644
--- a/src/gs-plugin.h
+++ b/src/gs-plugin.h
@@ -163,3 +163,5 @@ gboolean     gs_plugin_app_set_rating               (GsPlugin       *plugin,
 G_END_DECLS
 
 #endif /* __GS_PLUGIN_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-popular-tile.c b/src/gs-popular-tile.c
index fa73ab2..e82fd5c 100644
--- a/src/gs-popular-tile.c
+++ b/src/gs-popular-tile.c
@@ -172,3 +172,4 @@ gs_popular_tile_new (GsApp *app)
         return GTK_WIDGET (tile);
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-popular-tile.h b/src/gs-popular-tile.h
index 7b5f78d..eac2b34 100644
--- a/src/gs-popular-tile.h
+++ b/src/gs-popular-tile.h
@@ -62,3 +62,5 @@ G_END_DECLS
 
 #endif /* GS_POPULAR_TILE_H */
 
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-self-test.c b/src/gs-self-test.c
index 20d84e3..62f08bf 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -316,3 +316,4 @@ main (int argc, char **argv)
        return g_test_run ();
 }
 
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-category.c b/src/gs-shell-category.c
index 7dd35af..c19be1c 100644
--- a/src/gs-shell-category.c
+++ b/src/gs-shell-category.c
@@ -352,3 +352,5 @@ gs_shell_category_new (void)
 
        return shell;
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-category.h b/src/gs-shell-category.h
index 840d4f8..ffee83d 100644
--- a/src/gs-shell-category.h
+++ b/src/gs-shell-category.h
@@ -65,3 +65,5 @@ void             gs_shell_category_setup        (GsShellCategory *shell_category
                                                  GCancellable    *cancellable);
 
 #endif /* __GS_SHELL_CATEGORY_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 2591274..7b047b9 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -542,3 +542,5 @@ gs_shell_details_new (void)
        shell_details = g_object_new (GS_TYPE_SHELL_DETAILS, NULL);
        return GS_SHELL_DETAILS (shell_details);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-details.h b/src/gs-shell-details.h
index 76aae27..ebfc0cb 100644
--- a/src/gs-shell-details.h
+++ b/src/gs-shell-details.h
@@ -66,3 +66,5 @@ void           gs_shell_details_setup         (GsShellDetails         *shell_details,
                                                 GCancellable           *cancellable);
 
 #endif /* __GS_SHELL_DETAILS_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index ccdcc95..0fcdd12 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -498,3 +498,5 @@ gs_shell_installed_new (void)
        shell_installed = g_object_new (GS_TYPE_SHELL_INSTALLED, NULL);
        return GS_SHELL_INSTALLED (shell_installed);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-installed.h b/src/gs-shell-installed.h
index 39fb2cc..b30af50 100644
--- a/src/gs-shell-installed.h
+++ b/src/gs-shell-installed.h
@@ -64,3 +64,5 @@ void           gs_shell_installed_setup       (GsShellInstalled       *shell_installed,
 G_END_DECLS
 
 #endif /* __GS_SHELL_INSTALLED_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-overview.c b/src/gs-shell-overview.c
index ae5cd10..f2c7def 100644
--- a/src/gs-shell-overview.c
+++ b/src/gs-shell-overview.c
@@ -331,3 +331,5 @@ gs_shell_overview_new (void)
 {
        return GS_SHELL_OVERVIEW (g_object_new (GS_TYPE_SHELL_OVERVIEW, NULL));
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-overview.h b/src/gs-shell-overview.h
index dbc1926..7f413fd 100644
--- a/src/gs-shell-overview.h
+++ b/src/gs-shell-overview.h
@@ -70,3 +70,5 @@ void           gs_shell_overview_set_category (GsShellOverview        *shell_overview,
 G_END_DECLS
 
 #endif /* __GS_SHELL_OVERVIEW_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-search.c b/src/gs-shell-search.c
index 3a39059..ffc40b6 100644
--- a/src/gs-shell-search.c
+++ b/src/gs-shell-search.c
@@ -440,3 +440,5 @@ gs_shell_search_new (void)
        shell_search = g_object_new (GS_TYPE_SHELL_SEARCH, NULL);
        return GS_SHELL_SEARCH (shell_search);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-search.h b/src/gs-shell-search.h
index 4baddad..68a0871 100644
--- a/src/gs-shell-search.h
+++ b/src/gs-shell-search.h
@@ -62,3 +62,5 @@ void           gs_shell_search_setup          (GsShellSearch          *shell_search,
                                                 GCancellable           *cancellable);
 
 #endif /* __GS_SHELL_SEARCH_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 2ada3bb..c6154da 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -573,3 +573,5 @@ gs_shell_updates_new (void)
        shell_updates = g_object_new (GS_TYPE_SHELL_UPDATES, NULL);
        return GS_SHELL_UPDATES (shell_updates);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell-updates.h b/src/gs-shell-updates.h
index af6c975..529e864 100644
--- a/src/gs-shell-updates.h
+++ b/src/gs-shell-updates.h
@@ -65,3 +65,5 @@ void           gs_shell_updates_setup         (GsShellUpdates         *shell_updates,
 G_END_DECLS
 
 #endif /* __GS_SHELL_UPDATES_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell.c b/src/gs-shell.c
index 4a2d8b3..5348847 100644
--- a/src/gs-shell.c
+++ b/src/gs-shell.c
@@ -564,3 +564,5 @@ gs_shell_new (void)
        shell = g_object_new (GS_TYPE_SHELL, NULL);
        return GS_SHELL (shell);
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-shell.h b/src/gs-shell.h
index 548f20f..18a74d8 100644
--- a/src/gs-shell.h
+++ b/src/gs-shell.h
@@ -84,3 +84,5 @@ gboolean       gs_shell_is_cache_valid        (GsShell        *shell);
 G_END_DECLS
 
 #endif /* __GS_SHELL_H */
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-utils.c b/src/gs-utils.c
index 23d2e2c..c2d9c27 100644
--- a/src/gs-utils.c
+++ b/src/gs-utils.c
@@ -208,3 +208,5 @@ gs_string_replace (GString *string, const gchar *search, const gchar *replace)
 out:
        return count;
 }
+
+/* vim: set noexpandtab: */
diff --git a/src/gs-utils.h b/src/gs-utils.h
index acde428..79129c4 100644
--- a/src/gs-utils.h
+++ b/src/gs-utils.h
@@ -40,3 +40,5 @@ guint gs_string_replace (GString *string, const gchar *search, const gchar *repl
 G_END_DECLS
 
 #endif /* __GS_UTILS_H */
+
+/* vim: set noexpandtab: */


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