[gtkmm] Gdk::PixbufAnimationIter: Make the methods public.



commit bf328266ae99910d13594dcc205cd8516a94269c
Author: Benjamin Herr <ben 0x539 de>
Date:   Fri Nov 27 14:50:28 2009 +0100

    Gdk::PixbufAnimationIter: Make the methods public.
    
    	* gdk/src/pixbufanimationiter.hg: Made get_delay_time(), get_pixbuf(),
    	on_currently_loading_frame() and advance() public instead of
    	protected, as is necessary to actually use them.
    	Bug #598484.

 ChangeLog                      |   13 +++++++++++--
 gdk/src/pixbufanimationiter.hg |    3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 42c92e6..48e4127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2009-10-30  Debarshi Ray  <debarshi ray gmail com>
+2009-11-27  Benjamin Herr  <ben 0x539 de>
+
+	Gdk::PixbufAnimationIter: Make the methods public.
+
+	* gdk/src/pixbufanimationiter.hg: Made get_delay_time(), get_pixbuf(),
+	on_currently_loading_frame() and advance() public instead of
+	protected, as is necessary to actually use them.
+	Bug #598484.
+
+2009-11-27  Debarshi Ray  <debarshi ray gmail com>
 	
 	Added Dialog::get_widget_for_response().
 
@@ -7,7 +16,7 @@
 	* gtk/src/gtk_methods.defs: Added the C function definition.
 	Bug #600411.
 
-2009-10-30  Debarshi Ray  <debarshi ray gmail com>
+2009-11-27  Debarshi Ray  <debarshi ray gmail com>
 	
 	Add CellRendererSpin and Spinner.
 
diff --git a/gdk/src/pixbufanimationiter.hg b/gdk/src/pixbufanimationiter.hg
index 3d4d957..4e12f52 100644
--- a/gdk/src/pixbufanimationiter.hg
+++ b/gdk/src/pixbufanimationiter.hg
@@ -38,6 +38,9 @@ class PixbufAnimationIter : public Glib::Object
   _CLASS_GOBJECT(PixbufAnimationIter, GdkPixbufAnimationIter, GDK_PIXBUF_ANIMATION_ITER, Glib::Object, GObject)
 protected:
 
+  //A constructor (if any) would go here, protected.
+
+public:
   _WRAP_METHOD(int get_delay_time() const, gdk_pixbuf_animation_iter_get_delay_time)
 
   _WRAP_METHOD(Glib::RefPtr<Gdk::Pixbuf> get_pixbuf(), gdk_pixbuf_animation_iter_get_pixbuf, refreturn)



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