[cogl/msvc-support: 10/10] Update cogl.symbols



commit 17690fc2a7e7e3c99be2fc95eda254e128b4a0c8
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jul 28 12:02:35 2011 +0800

    Update cogl.symbols
    
    In response to exposing the 2 experimental APIs introduced in commit
    a9184d5cb721bb2991c26e2ec3e0e1126eb5121a

 cogl/cogl.symbols |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index 0b77d48..cfa6eac 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -47,6 +47,11 @@ cogl_bitmap_error_get_type
 cogl_bitmap_error_quark
 cogl_bitmap_get_size_from_file
 cogl_bitmap_new_from_file
+
+#ifdef COGL_ENABLE_EXPERIMENTAL_API
+cogl_bitmap_new_from_buffer_EXP
+#endif
+
 cogl_blend_string_error_get_type
 cogl_blend_string_error_quark
 cogl_buffer_access_get_type
@@ -769,6 +774,10 @@ cogl_texture_ref
 
 cogl_texture_set_region
 
+#ifdef COGL_ENABLE_EXPERIMENTAL_API
+cogl_texture_set_region_from_bitmap_EXP
+#endif
+
 #ifndef COGL_DISABLE_DEPRECATED
 cogl_texture_unref
 #endif



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