From 2b7867ea4e086a974fd1363f753f94195cc52a52 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 17 Nov 2020 15:44:48 +0900 Subject: [PATCH] timer: query: fulfil comment about GError Signed-off-by: Takashi Sakamoto --- src/timer/query.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/timer/query.c b/src/timer/query.c index e6f6fc2..b1a7d49 100644 --- a/src/timer/query.c +++ b/src/timer/query.c @@ -62,7 +62,7 @@ static bool check_existence(char *sysname, GError **error) /** * alsatimer_get_sysname: * @sysname: (out): The string for sysname of ALSA Timer. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Allocate sysname for ALSA Timer and return it when it exists. * @@ -88,7 +88,7 @@ void alsatimer_get_sysname(char **sysname, GError **error) /** * alsatimer_get_devnode: * @devnode: (out): The string for devnode of ALSA Timer. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Allocate string of devnode for ALSA Timer and return it if exists. * @@ -152,7 +152,7 @@ static int open_fd(GError **error) * alsatimer_get_device_id_list: * @entries: (element-type ALSATimer.DeviceId)(out): The array with * entries of ALSATimerId. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Get the list of existent timer device. * @@ -194,7 +194,7 @@ void alsatimer_get_device_id_list(GList **entries, GError **error) * alsatimer_get_device_info: * @device_id: A #ALSATimerDeviceId to identify the timer device. * @device_info: (out): The information of timer device. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Get the information of timer device. * @@ -232,7 +232,7 @@ void alsatimer_get_device_info(ALSATimerDeviceId *device_id, * alsatimer_get_device_status: * @device_id: A #ALSATimerDeviceId to identify the timer device. * @device_status: (inout): The status of timer device. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Get the status of timer device. * @@ -269,7 +269,7 @@ void alsatimer_get_device_status(ALSATimerDeviceId *device_id, * alsatimer_set_device_params: * @device_id: A #ALSATimerDeviceId to identify the timer device. * @device_params: The parameters of timer device. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Set the given parameters to the timer indicated by the identifier. * @@ -339,7 +339,7 @@ end: * alsatimer_get_tstamp_source: * @clock_id: (out): The clock source for timestamp. The value of CLOCK_XXX in * UAPI of Linux kernel. - * @error: A #GError. + * @error: A #GError. Error is generated with domain of #g_file_error_quark(). * * Get the clock source for timestamp when #ALSATimerUserInstance is configured * to receive event with timestamp. The source is selected according to -- 2.47.3