X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_common.h;h=e90439a825e2c6a66c2d1210216621d1c42f82d0;hp=e594a38695b9dfd164bea71273257f8ba9f9b139;hb=a2dfc99dc499ea8600bf5178f8122125d7d7d557;hpb=1fdb423c0a2e33c1282bec25de66d9f40d56999b diff --git a/xgnokii/xgnokii_common.h b/xgnokii/xgnokii_common.h index e594a38..e90439a 100644 --- a/xgnokii/xgnokii_common.h +++ b/xgnokii/xgnokii_common.h @@ -3,14 +3,9 @@ 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 @@ -24,12 +19,6 @@ typedef struct { gint column; } SortColumn; -/* typedef struct { - gchar *model; - gchar *number; -} Model; -*/ - typedef struct { GtkWidget *dialog; GtkWidget *text; @@ -56,6 +45,7 @@ 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); @@ -70,6 +60,15 @@ 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));