summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-09-17 23:04:26 +0800
committerLAN-TW <lantw44@gmail.com>2013-09-17 23:04:26 +0800
commit9667b602eddae3b5f0f7ada792c6bffbfc733ad6 (patch)
treec7727d2b9cac2fe687463cd3d30c06f4309ab50f
parente5fa7235778adb42fb4afbc096791be3a08c6ae3 (diff)
downloadgsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar.gz
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar.bz2
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar.lz
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar.xz
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.tar.zst
gsoc2013-libgnome-autoar-9667b602eddae3b5f0f7ada792c6bffbfc733ad6.zip
Fix error in AutoarCreate reference manual
-rw-r--r--gnome-autoar/autoar-create.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnome-autoar/autoar-create.c b/gnome-autoar/autoar-create.c
index 86176c4..7fd5dd1 100644
--- a/gnome-autoar/autoar-create.c
+++ b/gnome-autoar/autoar-create.c
@@ -273,7 +273,7 @@ autoar_create_get_source_file (AutoarCreate *arcreate)
* autoar_create_get_output:
* @arcreate: an #AutoarCreate
*
- * If #AutoarCreate:output_is_dest is @FALSE, gets the directory which contains
+ * If #AutoarCreate:output_is_dest is %FALSE, gets the directory which contains
* the new archive. Otherwise, get the filename of the new archive. See
* autoar_create_set_output_is_dest().
*
@@ -1128,7 +1128,7 @@ autoar_create_class_init (AutoarCreateClass *klass)
* @completed_size: bytes has been read from source files and directories
* @completed_files: number of files and directories has been read
*
- * This signal used to report progress of creating archives. The value of
+ * This signal is used to report progress of creating archives. The value of
* @completed_size and @completed_files are the same as the
* #AutoarCreate:completed_size and #AutoarCreate:completed_files properties,
* respectively.
@@ -1149,7 +1149,7 @@ autoar_create_class_init (AutoarCreateClass *klass)
* AutoarCreate::cancelled:
* @arcreate: the #AutoarCreate
*
- * This signal is emitted when after archive creating job is cancelled by the
+ * This signal is emitted after archive creating job is cancelled by the
* #GCancellable.
**/
autoar_create_signals[CANCELLED] =
@@ -1187,7 +1187,8 @@ autoar_create_class_init (AutoarCreateClass *klass)
* This signal is emitted when error occurs and all jobs should be terminated.
* Possible error domains are %AUTOAR_CREATE_ERROR, %G_IO_ERROR, and
* %AUTOAR_LIBARCHIVE_ERROR, which represent error occurs in #AutoarCreate,
- * GIO, and libarchive, respectively.
+ * GIO, and libarchive, respectively. The #GError is owned by #AutoarCreate
+ * and should not be freed.
**/
autoar_create_signals[ERROR] =
g_signal_new ("error",