Re: [libvirt] [PATCH] doc: fix documentation of virDomainSet(Get)Metadata

2014-05-28 Thread Peter Krempa
On 05/28/14 12:15, Dan Kenigsberg wrote: > The documentation of the functions should match the argument name in the > actual > function signature. > > Signed-off-by: Dan Kenigsberg > --- > src/libvirt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > ACK and safe for release.

[libvirt] [PATCH] doc: fix documentation of virDomainSet(Get)Metadata

2014-05-28 Thread Dan Kenigsberg
The documentation of the functions should match the argument name in the actual function signature. Signed-off-by: Dan Kenigsberg --- src/libvirt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 72a9f6d..f01b6dd 100644 --- a/src/libv