summaryrefslogtreecommitdiff
path: root/libgphoto2/libgphoto2.sym
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2005-06-11 21:10:45 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2005-06-11 21:10:45 +0000
commitab7a9d9373cbea75cd28ceecbeeb1e77b5de78a2 (patch)
treea964ccc95a41c245a453be775ce1248694e702fc /libgphoto2/libgphoto2.sym
parent9abc6a8c05448ffb7d6b4e7f0dd0505f6d31931d (diff)
downloadlibgphoto2-ab7a9d9373cbea75cd28ceecbeeb1e77b5de78a2.tar.gz
namespace cleanup still going on:
- Add comments to Makefile.am about the different symbol names and their purposes, so that the rationale behind the *.sym contents may be found easily. - Remove libgphoto2/pattrec.[ch] - the only user was camlibs/konica/qm150.c and it hasn't been using it probably for years. - Rename all formerly exported symbols not starting with gp_* to gpi_* or gpe_* and try to export only those which are absolutely required by the camlibs. This still leaves a number of internal symbols exported, but at least their number is a lot lower than it was before. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8073 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/libgphoto2.sym')
-rw-r--r--libgphoto2/libgphoto2.sym28
1 files changed, 11 insertions, 17 deletions
diff --git a/libgphoto2/libgphoto2.sym b/libgphoto2/libgphoto2.sym
index b22cc4a52..2c5eb9674 100644
--- a/libgphoto2/libgphoto2.sym
+++ b/libgphoto2/libgphoto2.sym
@@ -115,23 +115,6 @@ gp_filesystem_set_list_funcs
gp_file_unref
gp_gamma_correct_single
gp_gamma_fill_table
-gp_jpeg_add_chunk
-gp_jpeg_add_marker
-gp_jpeg_destroy
-gp_jpeg_findactivemarker
-gp_jpeg_findff
-gp_jpeg_header
-gp_jpeg_make_quantization
-gp_jpeg_make_SOFC
-gp_jpeg_makeSsSeAhAl
-gp_jpeg_make_start
-gp_jpeg_markername
-gp_jpeg_new
-gp_jpeg_parse
-gp_jpeg_print
-gp_jpeg_print_quantization_table
-gp_jpeg_quantization2table
-gp_jpeg_write
gp_library_version
gp_list_append
gp_list_count
@@ -178,3 +161,14 @@ gp_widget_set_name
gp_widget_set_range
gp_widget_set_value
gp_widget_unref
+gpi_exif_dump
+gpi_exif_get_thumbnail_and_size
+gpi_exif_stat
+gpi_jpeg_header
+gpi_jpeg_chunk_destroy
+gpi_jpeg_chunk_new
+gpi_jpeg_chunk_new_filled
+gpi_jpeg_chunk_print
+gpi_jpeg_add_marker
+gpi_jpeg_write
+gpi_jpeg_destroy