Top |
GDBusInterfaceInfo *
gclue_location_interface_info (void
);
Gets a machine-readable description of the org.freedesktop.GeoClue2.Location D-Bus interface.
guint gclue_location_override_properties (GObjectClass *klass
,guint property_id_begin
);
Overrides all GObject properties in the GClueLocation interface for a concrete class. The properties are overridden in the order they are defined.
klass |
The class structure for a GObject derived class. |
|
property_id_begin |
The property id to assign to the first overridden property. |
gdouble
gclue_location_get_latitude (GClueLocation *object
);
Gets the value of the "Latitude" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_latitude (GClueLocation *object
,gdouble value
);
Sets the "Latitude" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
gdouble
gclue_location_get_longitude (GClueLocation *object
);
Gets the value of the "Longitude" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_longitude (GClueLocation *object
,gdouble value
);
Sets the "Longitude" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
gdouble
gclue_location_get_accuracy (GClueLocation *object
);
Gets the value of the "Accuracy" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_accuracy (GClueLocation *object
,gdouble value
);
Sets the "Accuracy" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
gdouble
gclue_location_get_altitude (GClueLocation *object
);
Gets the value of the "Altitude" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_altitude (GClueLocation *object
,gdouble value
);
Sets the "Altitude" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
gdouble
gclue_location_get_speed (GClueLocation *object
);
Gets the value of the "Speed" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_speed (GClueLocation *object
,gdouble value
);
Sets the "Speed" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
gdouble
gclue_location_get_heading (GClueLocation *object
);
Gets the value of the "Heading" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_heading (GClueLocation *object
,gdouble value
);
Sets the "Heading" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
const gchar *
gclue_location_get_description (GClueLocation *object
);
Gets the value of the "Description" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
object
was constructed. Use gclue_location_dup_description()
if on another thread.[skip]
The property value or NULL
if the property is not set. Do not free the returned value, it belongs to object
.
[transfer none]
gchar *
gclue_location_dup_description (GClueLocation *object
);
Gets a copy of the "Description" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
void gclue_location_set_description (GClueLocation *object
,const gchar *value
);
Sets the "Description" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
GVariant *
gclue_location_get_timestamp (GClueLocation *object
);
Gets the value of the "Timestamp" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
object
was constructed. Use gclue_location_dup_timestamp()
if on another thread.[skip]
The property value or NULL
if the property is not set. Do not free the returned value, it belongs to object
.
[transfer none]
GVariant *
gclue_location_dup_timestamp (GClueLocation *object
);
Gets a copy of the "Timestamp" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
The property value or NULL
if the property is not set. The returned value should be freed with g_variant_unref()
.
[transfer full]
void gclue_location_set_timestamp (GClueLocation *object
,GVariant *value
);
Sets the "Timestamp" D-Bus property to value
.
Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.
[skip]
“accuracy”
property“accuracy” gdouble
Represents the D-Bus property "Accuracy".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“altitude”
property“altitude” gdouble
Represents the D-Bus property "Altitude".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“description”
property“description” gchar *
Represents the D-Bus property "Description".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: NULL
“heading”
property“heading” gdouble
Represents the D-Bus property "Heading".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“latitude”
property“latitude” gdouble
Represents the D-Bus property "Latitude".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“longitude”
property“longitude” gdouble
Represents the D-Bus property "Longitude".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“speed”
property“speed” gdouble
Represents the D-Bus property "Speed".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Default value: 0
“timestamp”
property“timestamp” GVariant *
Represents the D-Bus property "Timestamp".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Flags: Read / Write
Allowed values: GVariant<(tt)>
Default value: NULL