summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-05 20:41:54 +0300
committermonsta <[email protected]>2016-01-05 20:41:54 +0300
commit20b45d18e1bdf2d86c406159fce5b39b55e55305 (patch)
tree3e8f44d53337c819c525defda857b9ad15999426 /mate-panel/panel-profile.h
parentc0ee3dae38adf305b4e31a0c8c2d1da532f1a4e5 (diff)
downloadmate-panel-20b45d18e1bdf2d86c406159fce5b39b55e55305.tar.bz2
mate-panel-20b45d18e1bdf2d86c406159fce5b39b55e55305.tar.xz
profile: rename get/set rgba functions for consistency
Diffstat (limited to 'mate-panel/panel-profile.h')
-rw-r--r--mate-panel/panel-profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-profile.h b/mate-panel/panel-profile.h
index ffa43af3..ff690527 100644
--- a/mate-panel/panel-profile.h
+++ b/mate-panel/panel-profile.h
@@ -123,9 +123,9 @@ void panel_profile_get_background_color (PanelToplevel *topl
#endif
#if GTK_CHECK_VERSION (3, 0, 0)
-void panel_profile_set_background_gdk_rgba_color (PanelToplevel *toplevel,
+void panel_profile_set_background_gdk_rgba (PanelToplevel *toplevel,
GdkRGBA *color);
-void panel_profile_get_background_gdk_rgba_color (PanelToplevel *toplevel,
+void panel_profile_get_background_gdk_rgba (PanelToplevel *toplevel,
GdkRGBA *color);
#else
void panel_profile_set_background_gdk_color (PanelToplevel *toplevel,