[seahorse] update documentation for seahorse-source.h
- From: Adam Schreiber <sadam src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seahorse] update documentation for seahorse-source.h
- Date: Thu, 26 Nov 2009 23:02:45 +0000 (UTC)
commit 702a8156ee7b4ecaff7d33d3435c9978ef3cec40
Author: Thorsten Sick <thorsten sick email de>
Date: Sat Nov 21 14:32:27 2009 +0100
update documentation for seahorse-source.h
libseahorse/seahorse-source.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/libseahorse/seahorse-source.h b/libseahorse/seahorse-source.h
index 0765e66..b3f6a26 100644
--- a/libseahorse/seahorse-source.h
+++ b/libseahorse/seahorse-source.h
@@ -100,27 +100,26 @@ struct _SeahorseSourceIface {
* export
* @sksrc: The #SeahorseSource to export from.
* @objects: A list of objects to export.
- * @complete: Whether to export the secret objects too.
- * @data: Output stream to export to.
+ * @output: Output stream to export to.
*
* Import objects into the object source. When operation is 'done' the result
* of the operation will be a GOutputStream
*
* Returns: The export operation
- */
+ */
SeahorseOperation* (*export) (SeahorseSource *sksrc, GList *objects, GOutputStream *output);
/**
* export_raw
* @sksrc: The #SeahorseSource to export from.
- * @objects: A list of ids to export.
+ * @ids: A list of ids to export.
* @data: output stream to export to.
*
* Import objects into the source. When operation is 'done' the result
* of the operation will be a GOutputStream
*
* Returns: The export operation
- */
+ */
SeahorseOperation* (*export_raw) (SeahorseSource *sksrc, GSList *ids,
GOutputStream *output);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]