summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-profile.h')
-rw-r--r--mate-panel/panel-profile.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/mate-panel/panel-profile.h b/mate-panel/panel-profile.h
index 3648d82d..36d4f217 100644
--- a/mate-panel/panel-profile.h
+++ b/mate-panel/panel-profile.h
@@ -2,6 +2,7 @@
* panel-profile.h:
*
* Copyright (C) 2003 Sun Microsystems, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -43,14 +44,12 @@ const char *panel_profile_get_toplevel_id (PanelToplevel *toplevel);
PanelToplevel *panel_profile_get_toplevel_by_id (const char *toplevel_id);
char *panel_profile_find_new_id (PanelGSettingsKeyType type);
-
gboolean panel_profile_get_show_program_list (void);
void panel_profile_set_show_program_list (gboolean show_program_list);
gboolean panel_profile_is_writable_show_program_list (void);
gboolean panel_profile_get_enable_program_list (void);
gboolean panel_profile_get_enable_autocompletion (void);
-
void panel_profile_add_to_list (PanelGSettingsKeyType type,
const char *id);
void panel_profile_remove_from_list (PanelGSettingsKeyType type,
@@ -114,14 +113,9 @@ void panel_profile_set_background_color (PanelToplevel *topl
void panel_profile_get_background_color (PanelToplevel *toplevel,
GdkRGBA *color);
-void panel_profile_set_background_gdk_rgba (PanelToplevel *toplevel,
- GdkRGBA *color);
-void panel_profile_get_background_gdk_rgba (PanelToplevel *toplevel,
- GdkRGBA *color);
-
void panel_profile_set_background_opacity (PanelToplevel *toplevel,
- guint16 opacity);
-guint16 panel_profile_get_background_opacity (PanelToplevel *toplevel);
+ gdouble percentage);
+gdouble panel_profile_get_background_opacity (PanelToplevel *toplevel);
void panel_profile_set_background_image (PanelToplevel *toplevel,
const char *image);