[maemo-commits] [maemo-commits] r10531 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 15:10:14 EET 2007
- Previous message: [maemo-commits] r10530 - in projects/haf/trunk/libhildonmime: . docs
- Next message: [maemo-commits] r10532 - in projects/haf/trunk/hildon-help: helptest src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:10:12 +0200 (Tue, 13 Mar 2007) New Revision: 10531 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkrange.h Log: * gtk/gtkrange.h: Remove osso_gtk_range_* API from the header file. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:08:11 UTC (rev 10530) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:10:12 UTC (rev 10531) @@ -1,5 +1,11 @@ 2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkrange.h: + + Remove osso_gtk_range_* API from the header file. + +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkfilesystem.h: Remove hildon_gtk_file_system_create and Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkrange.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkrange.h 2007-03-13 13:08:11 UTC (rev 10530) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkrange.h 2007-03-13 13:10:12 UTC (rev 10531) @@ -173,16 +173,6 @@ gdouble _gtk_range_get_wheel_delta (GtkRange *range, GdkScrollDirection direction); -#ifdef MAEMO_CHANGES -void osso_gtk_range_set_stream_indicator (GtkRange *range, - gboolean stream_indicator); -gboolean osso_gtk_range_get_stream_indicator (GtkRange *range); - -void osso_gtk_range_set_stream_position (GtkRange *range, - gdouble position); -gdouble osso_gtk_range_get_stream_position (GtkRange *range); -#endif /* MAEMO_CHANGES */ - G_END_DECLS
- Previous message: [maemo-commits] r10530 - in projects/haf/trunk/libhildonmime: . docs
- Next message: [maemo-commits] r10532 - in projects/haf/trunk/hildon-help: helptest src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]