[MTP] Fix build warning 76/152676/1
authorjh8801.jung <jh8801.jung@samsung.com>
Wed, 27 Sep 2017 01:14:53 +0000 (10:14 +0900)
committerjh8801.jung <jh8801.jung@samsung.com>
Wed, 27 Sep 2017 01:17:16 +0000 (10:17 +0900)
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: I7844e384bec1e9db7628176fe41bd660b9b9022d

src/Tizen.Network.Mtp/Interop/Interop.Libraries.cs
src/Tizen.Network.Mtp/Tizen.Network.Mtp/MtpStorage.cs

index ae75b1a..0d16b44 100644 (file)
@@ -18,7 +18,7 @@ internal static partial class Interop
 {
     internal static partial class Libraries
     {
-        public const string Mtp = "libcapi-network-mtp.so.0";
+        public const string Mtp = "libcapi-network-mtp.so.1";
         public const string Glib = "libglib-2.0.so.0";
         public const string Libc = "libc.so.6";
     }
index 1e44f1f..c6e38b4 100644 (file)
@@ -191,7 +191,7 @@ namespace Tizen.Network.Mtp
         /// <summary>
         /// Gets the list of objects.
         /// </summary>
-        /// <param name="parentHandle">The parent object handle. If parentHandle is 0, it means "root folder" of mtp storage.</param>
+        /// <param name="parentObject">The parent object handle. If parentHandle is 0, it means "root folder" of mtp storage.</param>
         /// <param name="fileType">The file type what you want.</param>
         /// <returns>List of objects.</returns>
         /// <feature>http://tizen.org/feature/network.mtp</feature>