geoclue-error

geoclue-error

Synopsis

enum                GeoclueError;
#define             GEOCLUE_ERROR_DBUS_INTERFACE
#define             GEOCLUE_ERROR
GQuark              geoclue_error_quark                 (void);

Description

Details

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_DBUS_INTERFACE

#define GEOCLUE_ERROR_DBUS_INTERFACE "org.freedesktop.Geoclue.Error"


GEOCLUE_ERROR

#define GEOCLUE_ERROR (geoclue_error_quark ())


geoclue_error_quark ()

GQuark              geoclue_error_quark                 (void);

Returns :