Top |
UpStatsItem * | up_stats_item_new () |
gdouble | up_stats_item_get_value () |
void | up_stats_item_set_value () |
gdouble | up_stats_item_get_accuracy () |
void | up_stats_item_set_accuracy () |
This object represents one item of data which may be returned from the daemon in response to a query.
gdouble
up_stats_item_get_value (UpStatsItem *stats_item
);
Gets the item value.
Since: 0.9.0
void up_stats_item_set_value (UpStatsItem *stats_item
,gdouble value
);
Sets the item value.
Since: 0.9.0
gdouble
up_stats_item_get_accuracy (UpStatsItem *stats_item
);
Gets the item accuracy.
Since: 0.9.0
void up_stats_item_set_accuracy (UpStatsItem *stats_item
,gdouble accuracy
);
Sets the item accuracy.
Since: 0.9.0