diff options
author | Victor Kareh <[email protected]> | 2019-02-07 12:17:22 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 09:55:37 +0100 |
commit | 897643c70861373393ac9f387ddc244930e16aeb (patch) | |
tree | a0e7e998ef9983b33488120abd18c6a823ead73b /mate-volume-control/gvc-applet.h | |
parent | 8b06798d87c1284e7fff0353b42ef4bb0bb6991e (diff) | |
download | mate-media-897643c70861373393ac9f387ddc244930e16aeb.tar.bz2 mate-media-897643c70861373393ac9f387ddc244930e16aeb.tar.xz |
Convert GtkStatusIcon to real applet
Diffstat (limited to 'mate-volume-control/gvc-applet.h')
-rw-r--r-- | mate-volume-control/gvc-applet.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |