[PATCH 2/2] docs: Mention the types of params in event callbacks

Andrea Bolognani abologna at redhat.com
Mon Jan 24 14:18:45 UTC 2022


On Wed, Jan 19, 2022 at 12:19:36PM +0800, Han Han wrote:
> Signed-off-by: Han Han <hhan at redhat.com>
> ---
>  include/libvirt/libvirt-domain.h  | 14 +++++++-------
>  include/libvirt/libvirt-secret.h  |  2 +-
>  include/libvirt/libvirt-storage.h |  2 +-
>  3 files changed, 9 insertions(+), 9 deletions(-)

Reviewed-by: Andrea Bolognani <abologna at redhat.com>

> +++ b/include/libvirt/libvirt-secret.h
> @@ -191,7 +191,7 @@ typedef enum {
>   * @conn: connection object
>   * @secret: secret on which the event occurred
>   * @event: The specific virSecretEventLifecycleType which occurred
> - * @detail: contains some details on the reason of the event.
> + * @detail: contains some details on the reason of the event. It will be 0 for the while.
[...]
> +++ b/include/libvirt/libvirt-storage.h
> @@ -489,7 +489,7 @@ typedef enum {
>   * @conn: connection object
>   * @pool: pool on which the event occurred
>   * @event: The specific virStoragePoolEventLifecycleType which occurred
> - * @detail: contains some details on the reason of the event.
> + * @detail: contains some details on the reason of the event. It will be 0 for the while.

These last two look out of place. I'll change them to

  (Currently unused)

before pushing.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list