Global Definitions

Global Definitions — Definitions of commonly used names

Synopsis

#define             XESAM_G_SERVER_DBUS_NAME
#define             XESAM_G_SERVER_DBUS_INTERFACE
#define             XESAM_G_SERVER_DBUS_OBJECT
#define             XESAM_G_METHOD_NewSession
#define             XESAM_G_METHOD_CloseSession
#define             XESAM_G_METHOD_GetProperty
#define             XESAM_G_METHOD_SetProperty
#define             XESAM_G_METHOD_NewSearch
#define             XESAM_G_METHOD_StartSearch
#define             XESAM_G_METHOD_CloseSearch
#define             XESAM_G_METHOD_GetHits
#define             XESAM_G_METHOD_GetHitData
#define             XESAM_G_METHOD_GetHitCount
#define             XESAM_G_SIGNAL_HitsAdded
#define             XESAM_G_SIGNAL_HitsModified
#define             XESAM_G_SIGNAL_HitsRemoved
#define             XESAM_G_SIGNAL_SearchDone
#define             XESAM_G_METHOD_GetState
#define             XESAM_G_SIGNAL_StateChanged
#define             XESAM_G_ERROR
GQuark              xesam_g_error_quark                 (void);

Description

Details

XESAM_G_SERVER_DBUS_NAME

#define XESAM_G_SERVER_DBUS_NAME "org.freedesktop.xesam.searcher"

DBus name for the main search engine as defined by the Xesam specification


XESAM_G_SERVER_DBUS_INTERFACE

#define XESAM_G_SERVER_DBUS_INTERFACE "org.freedesktop.xesam.Search"

DBus interface as defined in the Xesam specification


XESAM_G_SERVER_DBUS_OBJECT

#define XESAM_G_SERVER_DBUS_OBJECT "/org/freedesktop/xesam/searcher/main"

DBus object path for the main searcher as defined in the Xesam specification


XESAM_G_METHOD_NewSession

#define XESAM_G_METHOD_NewSession 	"NewSession"

The name of the NewSession method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_CloseSession

#define XESAM_G_METHOD_CloseSession "CloseSession"

The name of the CloseSession method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_GetProperty

#define XESAM_G_METHOD_GetProperty 	"GetProperty"

The name of the GetProperty method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_SetProperty

#define XESAM_G_METHOD_SetProperty 	"SetProperty"

The name of the SetProperty method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_NewSearch

#define XESAM_G_METHOD_NewSearch 	"NewSearch"

The name of the NewSearch method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_StartSearch

#define XESAM_G_METHOD_StartSearch 	"StartSearch"

The name of the StartSearch method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_CloseSearch

#define XESAM_G_METHOD_CloseSearch 	"CloseSearch"

The name of the CloseSearch method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_GetHits

#define XESAM_G_METHOD_GetHits 		"GetHits"

The name of the GetHits method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_GetHitData

#define XESAM_G_METHOD_GetHitData 	"GetHitData"

The name of the GetHitData method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_GetHitCount

#define XESAM_G_METHOD_GetHitCount 	"GetHitCount"

The name of the GetHitCount method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_SIGNAL_HitsAdded

#define XESAM_G_SIGNAL_HitsAdded 	"HitsAdded"

The name of the HitsAdded signal in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_SIGNAL_HitsModified

#define XESAM_G_SIGNAL_HitsModified "HitsModified"

The name of the HitsModified signal in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_SIGNAL_HitsRemoved

#define XESAM_G_SIGNAL_HitsRemoved 	"HitsRemoved"

The name of the HitsRemoved signal in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_SIGNAL_SearchDone

#define XESAM_G_SIGNAL_SearchDone 	"SearchDone"

The name of the SearchDone signal in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_METHOD_GetState

#define XESAM_G_METHOD_GetState 	"GetState"

The name of the GetState method in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_SIGNAL_StateChanged

#define XESAM_G_SIGNAL_StateChanged "StateChanged"

The name of the StateChanged signal in the Xesam search specification. Provided here to grant compile-time safety for consumers.


XESAM_G_ERROR

#define XESAM_G_ERROR xesam_g_error_quark ()


xesam_g_error_quark ()

GQuark              xesam_g_error_quark                 (void);

Returns :