00001 #ifndef ICD_NETWORK_PRIORITY_H 00002 #define ICD_NETWORK_PRIORITY_H 00003 00012 #include <glib.h> 00013 #include "icd_scan.h" 00014 00021 void icd_network_priority_pref_init (void); 00022 00030 gint icd_network_priority_get (const gchar *srv_type, 00031 const gchar *srv_id, 00032 const gchar *network_type, 00033 const guint network_attrs); 00034 00045 gboolean icd_network_priority(const gchar *srv_type, 00046 const gchar *srv_id, 00047 const gchar *network_type, 00048 const guint network_attrs, 00049 gint *network_priority); 00050 00053 #endif