[gnome-builder] animation: add va_list variant to header



commit 58878477e4b1c0114c4848afa223842b9081829f
Author: Christian Hergert <christian hergert me>
Date:   Mon Mar 7 15:36:05 2016 -0800

    animation: add va_list variant to header

 contrib/egg/egg-animation.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/contrib/egg/egg-animation.h b/contrib/egg/egg-animation.h
index 0492087..e4de9dc 100644
--- a/contrib/egg/egg-animation.h
+++ b/contrib/egg/egg-animation.h
@@ -49,6 +49,13 @@ void          egg_animation_stop          (EggAnimation     *animation);
 void          egg_animation_add_property  (EggAnimation     *animation,
                                            GParamSpec       *pspec,
                                            const GValue     *value);
+
+EggAnimation *egg_object_animatev         (gpointer          object,
+                                           EggAnimationMode  mode,
+                                           guint             duration_msec,
+                                           GdkFrameClock    *frame_clock,
+                                           const gchar      *first_property,
+                                           va_list           args);
 EggAnimation* egg_object_animate          (gpointer          object,
                                            EggAnimationMode  mode,
                                            guint             duration_msec,


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