From 5fd1ba21e41281195e39366061e0d9d0535df014 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 7 Feb 2019 12:17:22 -0500 Subject: Convert GtkStatusIcon to real applet --- mate-volume-control/gvc-applet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mate-volume-control/gvc-applet.h') diff --git a/mate-volume-control/gvc-applet.h b/mate-volume-control/gvc-applet.h index 991ef6d..42e9261 100644 --- a/mate-volume-control/gvc-applet.h +++ b/mate-volume-control/gvc-applet.h @@ -28,6 +28,7 @@ G_BEGIN_DECLS #define GVC_APPLET_DBUS_NAME "org.mate.VolumeControlApplet" +#define APPLET_ICON "multimedia-volume-control" #define GVC_TYPE_APPLET (gvc_applet_get_type ()) #define GVC_APPLET(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GVC_TYPE_APPLET, GvcApplet)) @@ -55,6 +56,7 @@ GType gvc_applet_get_type (void) G_GNUC_CONST; GvcApplet * gvc_applet_new (void); void gvc_applet_start (GvcApplet *applet); +gboolean gvc_applet_fill (GvcApplet *applet, MatePanelApplet *applet_widget); G_END_DECLS -- cgit v1.2.1