From 5a08c22abdfa03ec3dca8bed0aac545232885a49 Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Mon, 9 Oct 2017 12:54:49 +0300 Subject: [PATCH] Update 4.0-specific native Guide content The point of this change is to perform quality improvements and consistency fixes to content specific to the tizen branch. It also contains a few fixes that have been made in the tizen_3.0 branch, but have been overlooked in cherry-picks. Change-Id: I35a2bc2a12ce7f483c2fa7ffc0114e7a648270f9 --- .../html/native/app_management/app_controls_n.htm | 22 +++++++++++----------- .../html/native/app_management/event_n.htm | 14 ++++++-------- .../html/native/connectivity/vpn_n.htm | 2 +- org.tizen.guides/html/native/device/runtime_n.htm | 17 ++++++----------- org.tizen.guides/html/native/device/system_n.htm | 2 +- org.tizen.guides/html/native/graphics/sdl_n.htm | 2 +- .../native/location_sensors/device_sensors_n.htm | 2 +- .../html/native/personal/data_sync_n.htm | 2 +- .../html/native/security/security_cover_n.htm | 4 ++-- org.tizen.guides/html/native/ui/dali/visuals_n.htm | 10 +++++----- .../html/native/ui/efl/component_map_mn.htm | 4 ++-- org.tizen.guides/html/native/ui/efl/efl_util_n.htm | 2 -- 12 files changed, 37 insertions(+), 46 deletions(-) diff --git a/org.tizen.guides/html/native/app_management/app_controls_n.htm b/org.tizen.guides/html/native/app_management/app_controls_n.htm index 9154dcd..98f66ce 100644 --- a/org.tizen.guides/html/native/app_management/app_controls_n.htm +++ b/org.tizen.guides/html/native/app_management/app_controls_n.htm @@ -274,7 +274,7 @@ app_control_destroy(app_control); 2 - http://tizen.org/appcontrol/operation/default + http://tizen.org/appcontrol/operation/default NULL NULL Fail @@ -282,7 +282,7 @@ app_control_destroy(app_control); 3 http://tizen.org/appcontrol/operation/view - file + file NULL Fail @@ -314,7 +314,7 @@ app_control_destroy(app_control); 1 http://tizen.org/appcontrol/operation/view - NULL + NULL NULL Fail @@ -342,7 +342,7 @@ app_control_destroy(app_control); 5 http://tizen.org/appcontrol/operation/view - http + http */* Fail @@ -357,7 +357,7 @@ app_control_destroy(app_control); 7 http://tizen.org/appcontrol/operation/view NULL - image/jpg + image/jpg Fail @@ -410,27 +410,27 @@ app_control_destroy(app_control); 4 http://tizen.org/appcontrol/operation/view file:///usr/share/icons/calendar.png - NULL + NULL Fail 5 http://tizen.org/appcontrol/operation/view NULL - image/jpg + image/jpg Fail 6 http://tizen.org/appcontrol/operation/view NULL - video/* + video/* Fail 7 http://tizen.org/appcontrol/operation/view - http://tizen.org/favorites.png + http://tizen.org/favorites.png image/png Fail @@ -470,7 +470,7 @@ app_control_destroy(app_control); 2 http://tizen.org/appcontrol/operation/view http://www.tizen.org/favorites.png - NULL + NULL Fail @@ -490,7 +490,7 @@ app_control_destroy(app_control); 5 http://tizen.org/appcontrol/operation/view - NULL + NULL image/png Fail diff --git a/org.tizen.guides/html/native/app_management/event_n.htm b/org.tizen.guides/html/native/app_management/event_n.htm index 34d09b7..29b3af5 100755 --- a/org.tizen.guides/html/native/app_management/event_n.htm +++ b/org.tizen.guides/html/native/app_management/event_n.htm @@ -398,18 +398,16 @@ static void systemd system tizen.system.event.boot_completed - N/A - N/A - + N/A + N/A When the platform has completed booting. You can treat the initial value as false before you receive this event. If the application is already in a boot-completed state before you register an event handler, you receive the event as soon as you register the event handler. tizen.system.event.system_shutdown - N/A - N/A - + N/A + N/A When the system power-off has been started. @@ -568,8 +566,8 @@ static void alarm-manager time tizen.system.event.time_changed - N/A - N/A + N/A + N/A When the system time setting has changed. diff --git a/org.tizen.guides/html/native/connectivity/vpn_n.htm b/org.tizen.guides/html/native/connectivity/vpn_n.htm index bfb866d..7992120 100644 --- a/org.tizen.guides/html/native/connectivity/vpn_n.htm +++ b/org.tizen.guides/html/native/connectivity/vpn_n.htm @@ -222,7 +222,7 @@ printf("vpnsvc_set_session succeeded!\n");

To set the interface parameters:

diff --git a/org.tizen.guides/html/native/personal/data_sync_n.htm b/org.tizen.guides/html/native/personal/data_sync_n.htm index fc571d4..8f288e4 100644 --- a/org.tizen.guides/html/native/personal/data_sync_n.htm +++ b/org.tizen.guides/html/native/personal/data_sync_n.htm @@ -576,7 +576,7 @@ result = sync_adapter_unset_callbacks(); int* Yes Unique ID for managing sync jobs. -

The ID is generated when a sync job is added. It is required to remove the sync job. The number of ID that can be generated is restricted to a hundred per a package.

+

The ID is generated when a sync job is added. It is required to remove the sync job. The number of ID that can be generated is restricted to a hundred per package.

Sync job user data diff --git a/org.tizen.guides/html/native/security/security_cover_n.htm b/org.tizen.guides/html/native/security/security_cover_n.htm index 75e12bc..fa30841 100644 --- a/org.tizen.guides/html/native/security/security_cover_n.htm +++ b/org.tizen.guides/html/native/security/security_cover_n.htm @@ -42,11 +42,11 @@
  • Privilege Information -

    You can retrieve information about existing permissions granted by a privilege The information can be delivered to the user as a notification.

  • +

    You can retrieve information about existing permissions granted by a privilege. The information can be delivered to the user as a notification.

  • Privacy-related Permissions -

    You can check current permissions for privacy-related privileges and request user permission to use specifed privileges.

  • +

    You can check current permissions for privacy-related privileges and request user permission to use specific privileges.

  • Cryptographic Operations diff --git a/org.tizen.guides/html/native/ui/dali/visuals_n.htm b/org.tizen.guides/html/native/ui/dali/visuals_n.htm index e7de216..5e68d44 100644 --- a/org.tizen.guides/html/native/ui/dali/visuals_n.htm +++ b/org.tizen.guides/html/native/ui/dali/visuals_n.htm @@ -699,7 +699,7 @@ control.SetProperty( Control::Property::BACKGROUND, map ); FLOAT The scale of the radius of the top circle of a conical frustrum. 1.0 - >= 0.0 + >= 0.0 PrimitiveVisual::Property::SCALE_BOTTOM_RADIUS @@ -707,7 +707,7 @@ control.SetProperty( Control::Property::BACKGROUND, map ); FLOAT The scale of the radius of the bottom circle of a conical frustrum. 1.5 - >= 0.0 + >= 0.0 PrimitiveVisual::Property::SCALE_HEIGHT @@ -715,7 +715,7 @@ control.SetProperty( Control::Property::BACKGROUND, map ); FLOAT The scale of the height of a conic. 3.0 - > 0.0 + > 0.0 PrimitiveVisual::Property::SCALE_RADIUS @@ -723,7 +723,7 @@ control.SetProperty( Control::Property::BACKGROUND, map ); FLOAT The scale of the radius of a cylinder. 1.0 - > 0.0 + > 0.0 PrimitiveVisual::Property::SCALE_DIMENSIONS @@ -731,7 +731,7 @@ control.SetProperty( Control::Property::BACKGROUND, map ); VECTOR3 The dimensions of a cuboid. Scales in the same fashion as a 9-patch image. Vector3::ONE - > 0.0 for each + > 0.0 for each PrimitiveVisual::Property::BEVEL_PERCENTAGE diff --git a/org.tizen.guides/html/native/ui/efl/component_map_mn.htm b/org.tizen.guides/html/native/ui/efl/component_map_mn.htm index 2716375..d42708d 100644 --- a/org.tizen.guides/html/native/ui/efl/component_map_mn.htm +++ b/org.tizen.guides/html/native/ui/efl/component_map_mn.htm @@ -194,12 +194,12 @@ elm_box_pack_end(box, map); scroll,drag,start - Dragging the content around starts. + Dragging the content starts. NULL scroll,drag,stop - Dragging the content around stops. + Dragging the content stops. NULL diff --git a/org.tizen.guides/html/native/ui/efl/efl_util_n.htm b/org.tizen.guides/html/native/ui/efl/efl_util_n.htm index 65f4607..707d9cc 100644 --- a/org.tizen.guides/html/native/ui/efl/efl_util_n.htm +++ b/org.tizen.guides/html/native/ui/efl/efl_util_n.htm @@ -166,7 +166,6 @@
    1. To create a new window and give it the NOTIFICATION type, call the elm_win_add() function with the third parameter set to ELM_WIN_NOTIFICATION:
       #include <Elementary.h>
      -#include <efl_util.h>
       #include <dlog.h>
       
       static Evas_Object*
      @@ -199,7 +198,6 @@ create_win(const char *name)
       

      If the window is not of the notification type, the function returns the EFL_UTIL_ERROR_NOT_SUPPORTED_WINDOW_TYPE error.

       #include <Elementary.h>
      -#include <efl_util.h>
       #include <dlog.h>
       
       void
      -- 
      2.7.4