summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-stream-status-icon.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-03-09 11:41:13 -0500
committerVictor Kareh <[email protected]>2019-03-09 11:41:13 -0500
commit0aaddff3a3a99e25dff4f09f6c06637462d41db2 (patch)
tree84ecb59258cc118522f82e321b0233c3d480c7d1 /mate-volume-control/gvc-stream-status-icon.h
parenta2be637bac946d0fc70d6167075405ebdf706ab1 (diff)
downloadmate-media-0aaddff3a3a99e25dff4f09f6c06637462d41db2.tar.bz2
mate-media-0aaddff3a3a99e25dff4f09f6c06637462d41db2.tar.xz
Re-enable old GtkStatusIcon
This allows us to have builds that use both the legacy status icon as well as the new applet.
Diffstat (limited to 'mate-volume-control/gvc-stream-status-icon.h')
-rw-r--r--mate-volume-control/gvc-stream-status-icon.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/mate-volume-control/gvc-stream-status-icon.h b/mate-volume-control/gvc-stream-status-icon.h
index 976616d..7b51801 100644
--- a/mate-volume-control/gvc-stream-status-icon.h
+++ b/mate-volume-control/gvc-stream-status-icon.h
@@ -41,13 +41,13 @@ typedef struct _GvcStreamStatusIconPrivate GvcStreamStatusIconPrivate;
struct _GvcStreamStatusIcon
{
- GtkEventBox parent;
+ GtkStatusIcon parent;
GvcStreamStatusIconPrivate *priv;
};
struct _GvcStreamStatusIconClass
{
- GtkEventBoxClass parent_class;
+ GtkStatusIconClass parent_class;
};
GType gvc_stream_status_icon_get_type (void) G_GNUC_CONST;
@@ -63,19 +63,6 @@ void gvc_stream_status_icon_set_display_name (GvcStreamStatusIc
void gvc_stream_status_icon_set_control (GvcStreamStatusIcon *icon,
MateMixerStreamControl *control);
-void gvc_stream_status_icon_set_size (GvcStreamStatusIcon *icon,
- guint size);
-
-void gvc_stream_status_icon_set_orient (GvcStreamStatusIcon *icon,
- MatePanelAppletOrient orient);
-
-gboolean gvc_stream_status_icon_get_mute (GvcStreamStatusIcon *icon);
-
-void gvc_stream_status_icon_set_mute (GvcStreamStatusIcon *icon,
- gboolean mute);
-
-void gvc_stream_status_icon_volume_control (GvcStreamStatusIcon *icon);
-
G_END_DECLS
#endif /* __GVC_STREAM_STATUS_ICON_H */