diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-16 07:30:21 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-10-16 07:30:21 +0000 |
commit | 31d3799feb09b3ad1004ac5f13841098f4606705 (patch) | |
tree | 01ee36c3df85c24005c158092a3506519abf9914 /doc | |
parent | 471ebff507125242e9293bba88439b2589351cb4 (diff) | |
download | libgphoto2-31d3799feb09b3ad1004ac5f13841098f4606705.tar.gz |
*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2528 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/gphoto2-api.sgml | 4 | ||||
-rw-r--r-- | doc/api/gphoto2-sections.txt | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/doc/api/gphoto2-api.sgml b/doc/api/gphoto2-api.sgml index 4d13a3fcc..1db0e5be9 100644 --- a/doc/api/gphoto2-api.sgml +++ b/doc/api/gphoto2-api.sgml @@ -2,7 +2,7 @@ <!entity hash "#"> <!entity gphoto2-filesys SYSTEM "sgml/gphoto2-filesys.sgml"> <!entity gphoto2-widget SYSTEM "sgml/gphoto2-widget.sgml"> -<!entity gphoto2-core SYSTEM "sgml/gphoto2-core.sgml"> +<!entity gphoto2-debug SYSTEM "sgml/gphoto2-debug.sgml"> <!entity gphoto2-camera SYSTEM "sgml/gphoto2-camera.sgml"> <!entity gphoto2-result SYSTEM "sgml/gphoto2-result.sgml"> <!entity gphoto2-setting SYSTEM "sgml/gphoto2-setting.sgml"> @@ -65,7 +65,7 @@ locking of serial ports. GPhoto2 currently supports </para> &gphoto2-result; -&gphoto2-core; +&gphoto2-debug; &gphoto2-setting; </chapter> diff --git a/doc/api/gphoto2-sections.txt b/doc/api/gphoto2-sections.txt index ee8a48a2d..8b6dd2437 100644 --- a/doc/api/gphoto2-sections.txt +++ b/doc/api/gphoto2-sections.txt @@ -1,3 +1,20 @@ +<SECTION> +<FILE>gphoto2-debug</FILE> +<TITLE>GPDebug</TITLE> + +gp_debug_set_level +gp_debug_get_level + +gp_debug_printf + +GPDebugFunc +gp_debug_set_func + +gp_debug_history_get +gp_debug_history_get_size +gp_debug_history_set_size + +</SECTION> <SECTION> <FILE>gphoto2-widget</FILE> |