aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdfjob-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpdfjob-c.c')
-rw-r--r--examples/qpdfjob-c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qpdfjob-c.c b/examples/qpdfjob-c.c
index ee2ef4ab..452e689b 100644
--- a/examples/qpdfjob-c.c
+++ b/examples/qpdfjob-c.c
@@ -52,6 +52,10 @@ main(int argc, char* argv[])
* To use that from C just like the argv one, call
* qpdfjob_run_from_json instead and pass the json string as a
* single char const* argument.
+ *
+ * See qpdfjob-c-save-attachment.c for an example of using the
+ * full form of the qpdfjob interface with init and cleanup
+ * functions.
*/
r = qpdfjob_run_from_argv(new_argv);
return r;