[Xfce4-commits] [apps/xfdashboard] 01/02: Fix upper/lower-case issue in comment '/* IMPLEMENTATION: ... */'

noreply at xfce.org noreply at xfce.org
Thu Nov 12 21:52:58 CET 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 7cce9a188c085c636f2e8f5642e1a3c080d8bdab
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Nov 12 21:45:28 2015 +0100

    Fix upper/lower-case issue in comment '/* IMPLEMENTATION: ... */'
---
 xfdashboard/actor.c             |    4 ++--
 xfdashboard/applications-view.c |    2 +-
 xfdashboard/bindings-pool.c     |    2 +-
 xfdashboard/focusable.c         |    2 +-
 xfdashboard/stylable.c          |    2 +-
 xfdashboard/theme-css.c         |    4 ++--
 xfdashboard/theme-effects.c     |    4 ++--
 xfdashboard/theme-layout.c      |    4 ++--
 xfdashboard/theme.c             |    4 ++--
 xfdashboard/window-content.c    |    2 +-
 xfdashboard/windows-view.c      |    2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/xfdashboard/actor.c b/xfdashboard/actor.c
index 9a836ab..3bb2c0f 100644
--- a/xfdashboard/actor.c
+++ b/xfdashboard/actor.c
@@ -969,7 +969,7 @@ void xfdashboard_actor_init(XfdashboardActor *self)
 	g_signal_connect(self, "notify::name", G_CALLBACK(_xfdashboard_actor_on_name_changed), NULL);
 }
 
-/* Implementation: GType */
+/* IMPLEMENTATION: GType */
 
 /* Base class finalization */
 void xfdashboard_actor_base_class_finalize(XfdashboardActorClass *klass)
@@ -1050,7 +1050,7 @@ GType xfdashboard_actor_get_type(void)
 	return(actorType);
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new actor */
 ClutterActor* xfdashboard_actor_new(void)
diff --git a/xfdashboard/applications-view.c b/xfdashboard/applications-view.c
index 95465e0..5211971 100644
--- a/xfdashboard/applications-view.c
+++ b/xfdashboard/applications-view.c
@@ -1499,7 +1499,7 @@ void xfdashboard_applications_view_set_spacing(XfdashboardApplicationsView *self
 	}
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Get/set icon name for 'go-back-to-parent-menu' entries */
 const gchar* xfdashboard_applications_view_get_parent_menu_icon(XfdashboardApplicationsView *self)
diff --git a/xfdashboard/bindings-pool.c b/xfdashboard/bindings-pool.c
index d4f9e8c..4216545 100644
--- a/xfdashboard/bindings-pool.c
+++ b/xfdashboard/bindings-pool.c
@@ -975,7 +975,7 @@ static void xfdashboard_bindings_pool_init(XfdashboardBindingsPool *self)
 	priv->bindings=NULL;
 }
 
-/* Implementation: Errors */
+/* IMPLEMENTATION: Errors */
 
 GQuark xfdashboard_bindings_pool_error_quark(void)
 {
diff --git a/xfdashboard/focusable.c b/xfdashboard/focusable.c
index 1f724c3..d46dd1b 100644
--- a/xfdashboard/focusable.c
+++ b/xfdashboard/focusable.c
@@ -604,7 +604,7 @@ void xfdashboard_focusable_default_init(XfdashboardFocusableInterface *iface)
 	}
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Call virtual function "can_focus" */
 gboolean xfdashboard_focusable_can_focus(XfdashboardFocusable *self)
diff --git a/xfdashboard/stylable.c b/xfdashboard/stylable.c
index c4eef8c..c0859a6 100644
--- a/xfdashboard/stylable.c
+++ b/xfdashboard/stylable.c
@@ -278,7 +278,7 @@ void xfdashboard_stylable_default_init(XfdashboardStylableInterface *iface)
 	g_object_interface_install_property(iface, property);
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Call virtual function "get_stylable_properties" */
 GHashTable* xfdashboard_stylable_get_stylable_properties(XfdashboardStylable *self)
diff --git a/xfdashboard/theme-css.c b/xfdashboard/theme-css.c
index e3422f5..e083217 100644
--- a/xfdashboard/theme-css.c
+++ b/xfdashboard/theme-css.c
@@ -2525,14 +2525,14 @@ void xfdashboard_theme_css_init(XfdashboardThemeCSS *self)
 #undef REGISTER_CSS_FUNC
 }
 
-/* Implementation: Errors */
+/* IMPLEMENTATION: Errors */
 
 GQuark xfdashboard_theme_css_error_quark(void)
 {
 	return(g_quark_from_static_string("xfdashboard-theme-css-error-quark"));
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new instance */
 XfdashboardThemeCSS* xfdashboard_theme_css_new(const gchar *inThemePath)
diff --git a/xfdashboard/theme-effects.c b/xfdashboard/theme-effects.c
index 3538069..53711b4 100644
--- a/xfdashboard/theme-effects.c
+++ b/xfdashboard/theme-effects.c
@@ -1183,14 +1183,14 @@ void xfdashboard_theme_effects_init(XfdashboardThemeEffects *self)
 	priv->effects=NULL;
 }
 
-/* Implementation: Errors */
+/* IMPLEMENTATION: Errors */
 
 GQuark xfdashboard_theme_effects_error_quark(void)
 {
 	return(g_quark_from_static_string("xfdashboard-theme-effects-error-quark"));
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new instance */
 XfdashboardThemeEffects* xfdashboard_theme_effects_new(void)
diff --git a/xfdashboard/theme-layout.c b/xfdashboard/theme-layout.c
index 0e831a9..f1310e2 100644
--- a/xfdashboard/theme-layout.c
+++ b/xfdashboard/theme-layout.c
@@ -1721,14 +1721,14 @@ void xfdashboard_theme_layout_init(XfdashboardThemeLayout *self)
 	priv->interfaces=NULL;
 }
 
-/* Implementation: Errors */
+/* IMPLEMENTATION: Errors */
 
 GQuark xfdashboard_theme_layout_error_quark(void)
 {
 	return(g_quark_from_static_string("xfdashboard-theme-layout-error-quark"));
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new instance */
 XfdashboardThemeLayout* xfdashboard_theme_layout_new(void)
diff --git a/xfdashboard/theme.c b/xfdashboard/theme.c
index 89e26a1..7fb4935 100644
--- a/xfdashboard/theme.c
+++ b/xfdashboard/theme.c
@@ -614,14 +614,14 @@ void xfdashboard_theme_init(XfdashboardTheme *self)
 	priv->effects=NULL;
 }
 
-/* Implementation: Errors */
+/* IMPLEMENTATION: Errors */
 
 GQuark xfdashboard_theme_error_quark(void)
 {
 	return(g_quark_from_static_string("xfdashboard-theme-error-quark"));
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new instance */
 XfdashboardTheme* xfdashboard_theme_new(void)
diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index a346b95..2e7f6a3 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -2259,7 +2259,7 @@ void xfdashboard_window_content_init(XfdashboardWindowContent *self)
 	}
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Create new instance */
 ClutterContent* xfdashboard_window_content_new_for_window(XfdashboardWindowTrackerWindow *inWindow)
diff --git a/xfdashboard/windows-view.c b/xfdashboard/windows-view.c
index 2458286..20de112 100644
--- a/xfdashboard/windows-view.c
+++ b/xfdashboard/windows-view.c
@@ -1996,7 +1996,7 @@ static void xfdashboard_windows_view_init(XfdashboardWindowsView *self)
 	}
 }
 
-/* Implementation: Public API */
+/* IMPLEMENTATION: Public API */
 
 /* Get/set spacing between elements */
 gfloat xfdashboard_windows_view_get_spacing(XfdashboardWindowsView *self)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list