[pitivi/ges: 271/287] project: Update the saveProject method's signature comment
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 271/287] project: Update the saveProject method's signature comment
- Date: Thu, 15 Mar 2012 16:48:39 +0000 (UTC)
commit 882da3b5151349b50d897873a6a1134116323632
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sun Feb 12 18:33:17 2012 -0500
project: Update the saveProject method's signature comment
pitivi/project.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pitivi/project.py b/pitivi/project.py
index 78138b7..acc39de 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -236,14 +236,14 @@ class ProjectManager(Signallable, Loggable):
@type project: L{Project}
@param project: The L{Project} to save.
@type uri: L{str}
- @param uri: The location to store the project to. Needs to
- be an absolute URI.
+ @param uri: The absolute URI of the location to store the project to.
+ @param overwrite: Whether to overwrite existing location.
+ @type overwrite: C{bool}
@type formatter: L{Formatter}
@param formatter: The L{Formatter} to use to store the project if specified.
If it is not specified, then it will be saved at its original format.
- @param overwrite: Whether to overwrite existing location.
- @type overwrite: C{bool}
- @raise FormatterSaveError: If the file couldn't be properly stored.
+ @param backup: Whether the requested save operation is for a backup
+ @type backup: C{bool}
@see: L{Formatter.saveProject}
"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]