]> www.fi.muni.cz Git - evince.git/blobdiff - shell/main.c
Updated Czech translation.
[evince.git] / shell / main.c
index 3abe4cd2ea37ff7b542e5ab86824e8c575c10d56..932e327979d8c8bce1cf3f3779747f328bb578e6 100644 (file)
@@ -66,6 +66,24 @@ value_free (GValue *value)
        g_free (value);
 }
 
+/**
+ * arguments_parse:
+ *
+ * Parses the arguments and creates a #GHashTable with this data.
+ *
+ *  key                 ->  value
+ *
+ *  dislay              ->  display at the default screen.
+ *  screen              ->  screen number.
+ *  page-label          ->  only if the page label argument has been passed,
+ *                          the page of the document to display.
+ *  mode                ->  only if the view mode is one of the availables,
+ *                          the view mode.
+ *  unlink-temp-file    ->  only if the view mode is preview mode and
+ *                          unlink-temp-file has been passed, unlink-temp-file.
+ *
+ * Returns: a pointer into #GHashTable with data from the arguments.
+ */
 static GHashTable *
 arguments_parse (void)
 {