diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-14 18:03:32 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-14 18:03:32 +0100 |
commit | bf4f73249f5b6bf4c9196f251382c5a6cec9634f (patch) | |
tree | bfb29b5498501f304cfb89d68aecde6b58e564b5 /src/scrub-widget.h | |
parent | 07a314b698c43f47d706a1b87b8101a2f6edc4db (diff) | |
download | ayatana-indicator-sound-bf4f73249f5b6bf4c9196f251382c5a6cec9634f.tar.gz ayatana-indicator-sound-bf4f73249f5b6bf4c9196f251382c5a6cec9634f.tar.bz2 ayatana-indicator-sound-bf4f73249f5b6bf4c9196f251382c5a6cec9634f.zip |
scrub bar almost working - vala Glib value bugs again are biting me
Diffstat (limited to 'src/scrub-widget.h')
-rw-r--r-- | src/scrub-widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scrub-widget.h b/src/scrub-widget.h index 32455e3..cebe890 100644 --- a/src/scrub-widget.h +++ b/src/scrub-widget.h @@ -45,6 +45,7 @@ struct _ScrubWidget { GType scrub_widget_get_type (void) G_GNUC_CONST; GtkWidget* scrub_widget_new(DbusmenuMenuitem* twin_item); +GtkWidget* scrub_widget_get_ido_bar(ScrubWidget* self); G_END_DECLS |