http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / xgnokii / xgnokii_common.h
index e594a38..e90439a 100644 (file)
@@ -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 <ja@mail.upjs.sk>.
 
   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));