-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):
}
/**
- * 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