Modify launchpad_loader_dispose() function
[platform/core/appfw/launchpad.git] / src / lib / launchpad / inc / launchpad.h
index ba5867c..807381d 100644 (file)
@@ -108,9 +108,11 @@ int launchpad_loader_unblock_threads(void);
  *          The launchpad will dispose the loader process using kill().
  * @since_tizen 7.0
  *
+ * @return @c on success,
+ *         otherwise a negative error value
  * @see launchpad_loader_main();
  */
-void launchpad_loader_dispose(void);
+int launchpad_loader_dispose(void);
 
 #ifdef __cplusplus
 }