X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_common.h;fp=xgnokii%2Fxgnokii_common.h;h=e594a38695b9dfd164bea71273257f8ba9f9b139;hp=e90439a825e2c6a66c2d1210216621d1c42f82d0;hb=1379b6d01c3c3bd082a8ab32433450d8a2f3419c;hpb=a363234939c6030f24d092e9d4d97ee40f50ce03 diff --git a/xgnokii/xgnokii_common.h b/xgnokii/xgnokii_common.h index e90439a..e594a38 100644 --- a/xgnokii/xgnokii_common.h +++ b/xgnokii/xgnokii_common.h @@ -3,9 +3,14 @@ X G N O K I I A Linux/Unix GUI for Nokia mobile phones. + Copyright (C) 1999 Pavel Janík ml., Hugh Blemings + & Ján Derfiòák . Released under the terms of the GNU GPL, see file COPYING for more details. + Last modification: Mon May 01 2000 + Modified by Jan Derfinak + */ #ifndef XGNOKII_COMMON_H @@ -19,6 +24,12 @@ typedef struct { gint column; } SortColumn; +/* typedef struct { + gchar *model; + gchar *number; +} Model; +*/ + typedef struct { GtkWidget *dialog; GtkWidget *text; @@ -45,7 +56,6 @@ typedef enum { GUI_EVENT_SMS_NUMBER_CHANGED, GUI_EVENT_SMS_CENTERS_CHANGED, GUI_EVENT_NETMON_CHANGED, - GUI_EVENT_SMS_FOLDERS_CHANGED } GUIEventType; extern void CancelDialog (const GtkWidget *, const gpointer); @@ -60,15 +70,6 @@ extern gint LaunchProcess (const gchar *, const gchar *, const gint, extern void RemoveZombie (const gint); extern void Help (const GtkWidget *, const gpointer); extern gint strrncmp (const gchar * const, const gchar * const, size_t); -extern gchar *GetModel (const gchar *); -extern bool CallerGroupSupported (const gchar *); -extern bool NetmonitorSupported (const gchar *); -extern bool KeyboardSupported (const gchar *); -extern bool SMSSupported (const gchar *); -extern bool CalendarSupported (const gchar *); -extern bool DTMFSupported (const gchar *); -extern bool DataSupported (const gchar *); -extern bool SpeedDialSupported (const gchar *); extern void GUI_Refresh (void); extern void SetSortColumn (GtkWidget *, SortColumn *); extern void GUIEventAdd (GUIEventType, void (*)(void));