* src/virterror.c (virReportErrorHelper): Sync doc to code.

This commit is contained in:
Jim Meyering 2008-11-25 10:32:27 +00:00
parent 335de2ba1f
commit 9a7c05d995
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,6 @@
Tue Nov 25 11:29:18 +0100 2008 Jim Meyering <meyering@redhat.com>
Tue Nov 25 11:29:19 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/virterror.c (virReportErrorHelper): Sync doc to code.
libvirt.c: document the virState* functions
* src/libvirt.c (virStateActive, virStateCleanup, virStateReload):

View File

@ -747,17 +747,15 @@ virErrorMsg(virErrorNumber error, const char *info)
}
/**
* virReportErrorHelper
* virReportErrorHelper:
*
* @conn: the connection to the hypervisor if available
* @dom: the domain if available
* @net: the network if available
* @domcode: the virErrorDomain indicating where it's coming from
* @errcode: the virErrorNumber code for the error
* @filename: Source file error is dispatched from
* @funcname: Function error is dispatched from
* @linenr: Line number error is dispatched from
* @msg: the message to display/transmit
* @fmt: the format string
* @...: extra parameters for the message display
*
* Helper function to do most of the grunt work for individual driver