diff options
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 |