X-Git-Url: http://git.maemo.org/git/?p=stopish;a=blobdiff_plain;f=src%2Fstopish.h;fp=src%2Fstopish.h;h=1b87d8747ac559b3b4e534304954f1fa4c0c8349;hp=151a5cf4a02efae6aed8e525609dd968b0dba67d;hb=24378226940341b1a14ef3039042f8d643f570ec;hpb=6f7f3d78abc77fbe317efe6c3c881bb620534592 diff --git a/src/stopish.h b/src/stopish.h index 151a5cf..1b87d87 100644 --- a/src/stopish.h +++ b/src/stopish.h @@ -21,6 +21,8 @@ #ifndef __STOPISH_H__ #define __STOPISH_H__ +#include + #define STOPISH_MODE_START 0 #define STOPISH_MODE_PAUSE 1 #define STOPISH_MODE_RESUME 2 @@ -35,6 +37,15 @@ gint dbus_callback( const gchar *interface, const gchar *method, GArray *arguments, gpointer data, osso_rpc_t *retval ); int stopish_get_mode( void ); +int stopish_get_orientation( void ); +void stopish_set_mode( int newMode ); + +// stopish-stopwatch.c +GtkWindow *stopish_stopwatch_new( void ); +void stopish_stopwatch_perf_timer_hour( GtkRadioButton* radio, GtkLabel *label ); +void stopish_stopwatch_perf_timer_minute( GtkRadioButton* radio, GtkLabel *label ); +void stopish_stopwatch_label_timer_landscape( void ); +void stopish_stopwatch_label_timer_portrait( void ); // timer.c char *stopish_get_time_string( void );