]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gtk+/gtk+-2.6.4-1.osso7/gtkrange.h.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gtk+ / gtk+-2.6.4-1.osso7 / gtkrange.h.diff
1 --- gtk+-2.6.4/gtk/gtkrange.h   2004-08-27 05:54:12.000000000 +0300
2 +++ gtk+-2.6.4/gtk/gtkrange.h   2005-04-06 16:19:37.798792072 +0300
3 @@ -24,6 +24,10 @@
4   * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
5   */
6  
7 +/* Modified for Nokia Oyj during 2002-2005. See CHANGES file for list
8 + * of changes.
9 + */
10 +
11  #ifndef __GTK_RANGE_H__
12  #define __GTK_RANGE_H__
13  
14 @@ -155,6 +159,15 @@
15  gdouble              _gtk_range_get_wheel_delta   (GtkRange           *range,
16                                             GdkScrollDirection  direction);
17  
18 +/* OSSO additions for streaming indicator support. */
19 +void           osso_gtk_range_set_stream_indicator (GtkRange *range, 
20 +                                                   gboolean stream_indicator);
21 +gboolean       osso_gtk_range_get_stream_indicator (GtkRange *range);
22 +
23 +void           osso_gtk_range_set_stream_position (GtkRange *range, 
24 +                                                  gdouble position);
25 +gdouble        osso_gtk_range_get_stream_position (GtkRange *range);
26 +
27  #ifdef __cplusplus
28  }
29  #endif /* __cplusplus */