[gnome-software] Add a missing G_END_DECLS
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Add a missing G_END_DECLS
- Date: Thu, 29 Aug 2013 01:19:05 +0000 (UTC)
commit 2a3dbd817cbbc71953b127c4c148230cbd9d0afa
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 28 20:22:33 2013 -0400
Add a missing G_END_DECLS
A bunch of headers had G_BEGIN_DECLS without a matching
G_END_DECLS. While these don't have much relevance for
internal application headers, they should still be paired.
src/gs-app.h | 2 ++
src/gs-shell-installed.h | 2 ++
src/gs-shell-overview.h | 2 ++
src/gs-shell-updates.h | 2 ++
src/gs-shell.h | 2 ++
5 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.h b/src/gs-app.h
index 1f0ebe6..443006f 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -125,4 +125,6 @@ guint64 gs_app_get_install_date (GsApp *app);
void gs_app_set_install_date (GsApp *app,
guint64 install_date);
+G_END_DECLS
+
#endif /* __GS_APP_H */
diff --git a/src/gs-shell-installed.h b/src/gs-shell-installed.h
index aefc50a..ede2e78 100644
--- a/src/gs-shell-installed.h
+++ b/src/gs-shell-installed.h
@@ -59,4 +59,6 @@ void gs_shell_installed_setup (GsShellInstalled *shell_installed,
GtkBuilder *builder,
GCancellable *cancellable);
+G_END_DECLS
+
#endif /* __GS_SHELL_INSTALLED_H */
diff --git a/src/gs-shell-overview.h b/src/gs-shell-overview.h
index e0c9522..9f85646 100644
--- a/src/gs-shell-overview.h
+++ b/src/gs-shell-overview.h
@@ -64,4 +64,6 @@ void gs_shell_overview_setup (GsShellOverview *shell_overview,
void gs_shell_overview_set_category (GsShellOverview *shell_overview,
const gchar *category);
+G_END_DECLS
+
#endif /* __GS_SHELL_OVERVIEW_H */
diff --git a/src/gs-shell-updates.h b/src/gs-shell-updates.h
index 0311c18..1ad7c75 100644
--- a/src/gs-shell-updates.h
+++ b/src/gs-shell-updates.h
@@ -61,4 +61,6 @@ void gs_shell_updates_setup (GsShellUpdates *shell_updates,
GtkBuilder *builder,
GCancellable *cancellable);
+G_END_DECLS
+
#endif /* __GS_SHELL_UPDATES_H */
diff --git a/src/gs-shell.h b/src/gs-shell.h
index e5e4176..f31c6b7 100644
--- a/src/gs-shell.h
+++ b/src/gs-shell.h
@@ -76,4 +76,6 @@ GtkWindow *gs_shell_setup (GsShell *shell,
void gs_shell_invalidate (GsShell *shell);
gboolean gs_shell_is_cache_valid (GsShell *shell);
+G_END_DECLS
+
#endif /* __GS_SHELL_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]