2008-04-14 16:52:59 <timj@imendio.com>
[hildon] / src / hildon-volumebar.h
index 90b9ccc..35fe83e 100644 (file)
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,6 +27,7 @@
 
 #include                                        <gtk/gtkcontainer.h>
 #include                                        <gtk/gtkadjustment.h>
+#include                                        "hildon-helper.h"
 
 G_BEGIN_DECLS
 
@@ -87,6 +88,15 @@ hildon_volumebar_set_mute                       (HildonVolumebar *self,
 GtkAdjustment* 
 hildon_volumebar_get_adjustment                 (HildonVolumebar *self);
 
+void
+hildon_volumebar_set_range_insensitive_message  (HildonVolumebar *widget,
+                                                 const gchar *message);
+
+void
+hildon_volumebar_set_range_insensitive_messagef (HildonVolumebar *widget,
+                                                 const gchar *format,
+                                                 ...);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_VOLUMEBAR_H__ */