Fix obsolete sorting/filter docs 93/237693/1 accepted/tizen/unified/20200707.140855 submit/tizen/20200707.013715
authorMichal Bloch <m.bloch@samsung.com>
Thu, 2 Jul 2020 11:58:25 +0000 (13:58 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 2 Jul 2020 11:58:25 +0000 (13:58 +0200)
Change-Id: I4ac1bc2ba0cfbd45615c05389df7811aa4b34f52
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/dlogutil.h

index 1f22ece..a5db1e5 100644 (file)
@@ -317,8 +317,7 @@ void dlogutil_state_destroy(dlogutil_state_s *state);
  *                    At least one buffer must be selected.
  *                    Using kmsg or syslog together with other buffers is currently not allowed,
  *                    but it might be possible in the future
- * @param[in] sorting Sorting settings. Can be NULL, in which case we sort on the default timestamp
- * @param[in] filter Filter settings. Can be NULL, in which case we let everything through
+ * @param[in] config A handle to the settings struct
  * @param[out] state_out A handle to the state struct, which can be used in dlogutil_get_log()
  *                       and has to be destroyed by you
  * @return An error code
@@ -339,8 +338,7 @@ int dlogutil_prepare_continuous(int buffers, dlogutil_config_s *config, dlogutil
  *                    At least one buffer must be selected.
  *                    Using kmsg or syslog together with other buffers is currently not allowed,
  *                    but it might be possible in the future
- * @param[in] sorting Sorting settings. Can be NULL, in which case we sort on the default timestamp
- * @param[in] filter Filter settings. Can be NULL, in which case we let everything through
+ * @param[in] config A handle to the settings struct
  * @param[out] state_out A handle to the state struct, which can be used in dlogutil_get_log()
  *                       and has to be destroyed by you
  * @return An error code
@@ -364,8 +362,7 @@ int dlogutil_prepare_monitor(int buffers, dlogutil_config_s *config, dlogutil_st
  *                    but it might be possible in the future
  * @param[in] entry_count Number of logs to be returned.
  *                        It can be #DLOGUTIL_MAX_DUMP_SIZE, in which case all the logs will be dumped
- * @param[in] sorting Sorting settings. Can be NULL, in which case we sort on the default timestamp
- * @param[in] filter Filter settings. Can be NULL, in which case we let everything through
+ * @param[in] config A handle to the settings struct
  * @param[out] state_out A handle to the state struct, which can be used in dlogutil_get_log()
  *                       and has to be destroyed by you
  * @return An error code