icd/icd_status.h

00001 #ifndef ICD_STATUS_H
00002 #define ICD_STATUS_H
00003 
00013 #include <glib.h>
00014 
00015 #include "policy_api.h"
00016 #include "icd_iap.h"
00017 
00023 void icd_status_limited_conn (struct icd_iap* iap,
00024                               const gchar *dbus_destination,
00025                               const gchar *err_str);
00026 void icd_status_connect (struct icd_iap *iap,
00027                          const gchar *dbus_destination,
00028                          const gchar *err_str);
00029 void icd_status_connected (struct icd_iap *iap,
00030                            const gchar *dbus_destination,
00031                            const gchar *err_str);
00032 void icd_status_disconnect (struct icd_iap *iap,
00033                             const gchar *dbus_destination,
00034                             const gchar *err_str);
00035 void icd_status_disconnected (struct icd_iap *iap,
00036                               const gchar *dbus_destination,
00037                               const gchar *err_str);
00038 void icd_status_scan_start (const gchar *network_type);
00039 void icd_status_scan_stop (const gchar *network_type);
00040 
00043 #endif

Generated on Tue Feb 24 16:21:36 2009 for ICd2 by  doxygen 1.5.1