Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | up_qos_item_get_cmdline () |
guint | up_qos_item_get_cookie () |
UpQosKind | up_qos_item_get_kind () |
gboolean | up_qos_item_get_persistent () |
guint | up_qos_item_get_pid () |
const gchar * | up_qos_item_get_sender () |
guint64 | up_qos_item_get_timespec () |
guint | up_qos_item_get_uid () |
gint | up_qos_item_get_value () |
UpQosItem * | up_qos_item_new () |
void | up_qos_item_set_cmdline () |
void | up_qos_item_set_cookie () |
void | up_qos_item_set_kind () |
void | up_qos_item_set_persistent () |
void | up_qos_item_set_pid () |
void | up_qos_item_set_sender () |
void | up_qos_item_set_timespec () |
void | up_qos_item_set_uid () |
void | up_qos_item_set_value () |
This object represents one item of data which may be returned from the daemon in response to a query.
See also: UpDevice, UpClient
const gchar *
up_qos_item_get_cmdline (UpQosItem *qos_item
);
Gets the item cmdline.
Since: 0.9.0
guint
up_qos_item_get_cookie (UpQosItem *qos_item
);
Gets the item cookie.
Since: 0.9.0
UpQosKind
up_qos_item_get_kind (UpQosItem *qos_item
);
Gets the item type.
Since: 0.9.0
gboolean
up_qos_item_get_persistent (UpQosItem *qos_item
);
Gets the item persistent.
Since: 0.9.0
guint
up_qos_item_get_pid (UpQosItem *qos_item
);
Gets the item pid.
Since: 0.9.0
const gchar *
up_qos_item_get_sender (UpQosItem *qos_item
);
Gets the item sender.
Since: 0.9.0
guint64
up_qos_item_get_timespec (UpQosItem *qos_item
);
Gets the item timespec.
Since: 0.9.0
guint
up_qos_item_get_uid (UpQosItem *qos_item
);
Gets the item uid.
Since: 0.9.0
gint
up_qos_item_get_value (UpQosItem *qos_item
);
Gets the item value.
Since: 0.9.0
void up_qos_item_set_cmdline (UpQosItem *qos_item
,const gchar *cmdline
);
Sets the item cmdline.
Since: 0.9.0
void up_qos_item_set_cookie (UpQosItem *qos_item
,guint cookie
);
Sets the item cookie.
Since: 0.9.0
void up_qos_item_set_kind (UpQosItem *qos_item
,UpQosKind type
);
Sets the item type.
Since: 0.9.0
void up_qos_item_set_persistent (UpQosItem *qos_item
,gboolean persistent
);
Sets the item persistent.
Since: 0.9.0
void up_qos_item_set_pid (UpQosItem *qos_item
,guint pid
);
Sets the item pid.
Since: 0.9.0
void up_qos_item_set_sender (UpQosItem *qos_item
,const gchar *sender
);
Sets the item sender.
Since: 0.9.0
void up_qos_item_set_timespec (UpQosItem *qos_item
,guint64 timespec
);
Sets the item timespec.
Since: 0.9.0
void up_qos_item_set_uid (UpQosItem *qos_item
,guint uid
);
Sets the item uid.
Since: 0.9.0