Top | ![]() |
![]() |
![]() |
![]() |
UpWakeupItem * | up_wakeup_item_new () |
gboolean | up_wakeup_item_get_is_userspace () |
void | up_wakeup_item_set_is_userspace () |
guint | up_wakeup_item_get_id () |
void | up_wakeup_item_set_id () |
guint | up_wakeup_item_get_old () |
void | up_wakeup_item_set_old () |
gdouble | up_wakeup_item_get_value () |
void | up_wakeup_item_set_value () |
const gchar * | up_wakeup_item_get_cmdline () |
void | up_wakeup_item_set_cmdline () |
const gchar * | up_wakeup_item_get_details () |
void | up_wakeup_item_set_details () |
This object represents one item of data which may be returned from the daemon in response to a query.
gboolean
up_wakeup_item_get_is_userspace (UpWakeupItem *wakeup_item
);
Gets if the item is userspace.
Since: 0.9.0
void up_wakeup_item_set_is_userspace (UpWakeupItem *wakeup_item
,gboolean is_userspace
);
Sets if the item is userspace.
Since: 0.9.0
guint
up_wakeup_item_get_id (UpWakeupItem *wakeup_item
);
Gets the item id.
Since: 0.9.0
void up_wakeup_item_set_id (UpWakeupItem *wakeup_item
,guint id
);
Sets the item id.
Since: 0.9.0
guint
up_wakeup_item_get_old (UpWakeupItem *wakeup_item
);
Gets the item old.
Since: 0.9.0
void up_wakeup_item_set_old (UpWakeupItem *wakeup_item
,guint old
);
Sets the item old.
Since: 0.9.0
gdouble
up_wakeup_item_get_value (UpWakeupItem *wakeup_item
);
Gets the item value.
Since: 0.9.0
void up_wakeup_item_set_value (UpWakeupItem *wakeup_item
,gdouble value
);
Sets the item value.
Since: 0.9.0
const gchar *
up_wakeup_item_get_cmdline (UpWakeupItem *wakeup_item
);
Gets the item cmdline.
Since: 0.9.0
void up_wakeup_item_set_cmdline (UpWakeupItem *wakeup_item
,const gchar *cmdline
);
Sets the item cmdline.
Since: 0.9.0
const gchar *
up_wakeup_item_get_details (UpWakeupItem *wakeup_item
);
Gets the item details.
Since: 0.9.0
void up_wakeup_item_set_details (UpWakeupItem *wakeup_item
,const gchar *details
);
Sets the item details.
Since: 0.9.0