]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssanimationprivate.h
filechooserbutton: Don't duplicate tests for GTK_RESPONSE_DELETE_EVENT
[~andy/gtk] / gtk / gtkcssanimationprivate.h
index f992605c39b400dd48262037133aaed75171bec8..08dc663ca6d91178f434fe085ec10f0d7a7089d3 100644 (file)
@@ -60,7 +60,8 @@ GType                   _gtk_css_animation_get_type        (void) G_GNUC_CONST;
 
 GtkStyleAnimation *     _gtk_css_animation_new             (const char         *name,
                                                             GtkCssKeyframes    *keyframes,
-                                                            gint64              start_time_us,
+                                                            gint64              timestamp,
+                                                            gint64              delay_us,
                                                             gint64              duration_us,
                                                             GtkCssValue        *ease,
                                                             GtkCssDirection     direction,
@@ -68,6 +69,10 @@ GtkStyleAnimation *     _gtk_css_animation_new             (const char         *
                                                             GtkCssFillMode      fill_mode,
                                                             double              iteration_count);
 
+GtkStyleAnimation *     _gtk_css_animation_copy            (GtkCssAnimation   *animation,
+                                                            gint64             at_time_us,
+                                                            GtkCssPlayState    play_state);
+
 const char *            _gtk_css_animation_get_name        (GtkCssAnimation   *animation);
 
 G_END_DECLS