JOB_TRIGGER_EVENT_POWERSAVE_MODE_DISABLED, /**< The Power-saving mode: Disabled */
JOB_TRIGGER_EVENT_USB_STATE_CONNECTED, /**< The USB state: Connected */
JOB_TRIGGER_EVENT_USB_STATE_DISCONNECTED, /**< The USB state: Disconnected */
- JOB_TRIGGER_EVENT_WIFI_STATE_DISABLED, /**< The WiFi state: Disabled @n Privilege: http://tizen.org/privilege/network.get */
- JOB_TRIGGER_EVENT_WIFI_STATE_DISCONNECTED, /**< The WiFi state: Disconnected @n Privilege: http://tizen.org/privilege/network.get */
- JOB_TRIGGER_EVENT_WIFI_STATE_CONNECTED, /**< The WiFi state: Connected @n Privilege: http://tizen.org/privilege/network.get */
+ JOB_TRIGGER_EVENT_WIFI_STATE_DISABLED, /**< The WiFi state: Disabled @n Privilege: %http://tizen.org/privilege/network.get */
+ JOB_TRIGGER_EVENT_WIFI_STATE_DISCONNECTED, /**< The WiFi state: Disconnected @n Privilege: %http://tizen.org/privilege/network.get */
+ JOB_TRIGGER_EVENT_WIFI_STATE_CONNECTED, /**< The WiFi state: Connected @n Privilege: %http://tizen.org/privilege/network.get */
} job_trigger_event_e;
/**
* @remarks The periodic interval of the job info handle must be 0.
* If the interval of the job info handle is not 0, this function returns a negative error value.
* Regarding the @a event, the application may require the following privilege:
- * http://tizen.org/privilege/network.get @n
+ * %http://tizen.org/privilege/network.get @n
* If the application does not have the necessary privilege, this function returns #JOB_ERROR_PERMISSION_DENIED.
* See #job_trigger_event_e to find the corresponding privilege of each event.
* @param[in] job_info The job info handle