]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkanimationdescription.h
css: Change to_string() to print()
[~andy/gtk] / gtk / gtkanimationdescription.h
index 5423cd43343aa18a20aa4a2a714a1500876a70dd..a71e68322aaeb6ded4960fcfee2d635d6f62b152 100644 (file)
@@ -43,7 +43,8 @@ GtkAnimationDescription * _gtk_animation_description_ref               (GtkAnima
 void                      _gtk_animation_description_unref             (GtkAnimationDescription *desc);
 
 GtkAnimationDescription * _gtk_animation_description_from_string       (const gchar *str);
-char *                    _gtk_animation_description_to_string         (GtkAnimationDescription *desc);
+void                      _gtk_animation_description_print             (GtkAnimationDescription *desc,
+                                                                        GString                 *string);
 
 G_END_DECLS