[cheese/wip/crop-area-rename: 2/2] Do not export the cropping widget in libcheese-gtk



commit bda54f2a0b2df9be95b34721c7be68d0e2165d83
Author: David King <amigadave amigadave com>
Date:   Wed Oct 15 15:15:53 2014 +0100

    Do not export the cropping widget in libcheese-gtk
    
    The cropping widget is used internally, so the _get_type() function
    should not be exported.

 docs/reference/Makefile.am   |    4 ++--
 docs/reference/cheese.types  |    1 -
 libcheese/cheese-gtk.symbols |    1 -
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index a5b6263..82ecac8 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -52,9 +52,9 @@ CFILE_GLOB=$(top_srcdir)/libcheese/*.c
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
 IGNORE_HFILES= \
        totem-aspect-frame.h \
+       cheese-crop-area.h \
        cheese-enums.h \
-       cheese-widget-private.h \
-       um-crop-area.h
+       cheese-widget-private.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/reference/cheese.types b/docs/reference/cheese.types
index b1f1d55..00f337e 100644
--- a/docs/reference/cheese.types
+++ b/docs/reference/cheese.types
@@ -3,7 +3,6 @@ cheese_avatar_widget_get_type
 cheese_camera_device_get_type
 cheese_camera_device_monitor_get_type
 cheese_camera_get_type
-cheese_crop_area_get_type
 cheese_effect_get_type
 cheese_fileutil_get_type
 cheese_flash_get_type
diff --git a/libcheese/cheese-gtk.symbols b/libcheese/cheese-gtk.symbols
index 38ebb3a..60bfea8 100644
--- a/libcheese/cheese-gtk.symbols
+++ b/libcheese/cheese-gtk.symbols
@@ -13,7 +13,6 @@ cheese_video_format_get_type
 cheese_avatar_chooser_get_type
 cheese_avatar_chooser_new
 cheese_avatar_chooser_get_picture
-cheese_crop_area_get_type
 cheese_avatar_widget_get_type
 cheese_avatar_widget_new
 cheese_avatar_widget_get_picture


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]