| geoclue-errorgeoclue-error |  | 
Object Hierarchy
  GEnum
   +----GeoclueError
 
Details
GEOCLUE_ERROR
#define GEOCLUE_ERROR (geoclue_error_quark ())
 
GEOCLUE_ERROR_DBUS_INTERFACE
#define GEOCLUE_ERROR_DBUS_INTERFACE "org.freedesktop.Geoclue.Error"
 
enum GeoclueError
typedef enum {
	GEOCLUE_ERROR_NOT_IMPLEMENTED,
	GEOCLUE_ERROR_NOT_AVAILABLE,
	GEOCLUE_ERROR_FAILED,
} GeoclueError;
Error values for providers.
| GEOCLUE_ERROR_NOT_IMPLEMENTED
 | Method is not implemented | 
| GEOCLUE_ERROR_NOT_AVAILABLE
 | Needed information is not currently
available (e.g. web service did not respond) | 
| GEOCLUE_ERROR_FAILED
 | Generic fatal error | 
 
geoclue_error_quark ()
GQuark              geoclue_error_quark                 (void);