[gtk+/gtk-style-context: 264/276] GtkStyleContext: Update function declaration in header.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 264/276] GtkStyleContext: Update function declaration in header.
- Date: Sat, 23 Oct 2010 19:17:19 +0000 (UTC)
commit 88bf7597ebfcc35f96c91606fb11f5cfcb9220fc
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Oct 20 18:05:15 2010 +0200
GtkStyleContext: Update function declaration in header.
gtk/gtkstylecontext.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index ce5fc0d..592d0e8 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -84,9 +84,9 @@ void gtk_style_context_set_state (GtkStyleContext *context,
GtkStateFlags flags);
GtkStateFlags gtk_style_context_get_state (GtkStyleContext *context);
-gboolean gtk_style_context_is_state_set (GtkStyleContext *context,
- GtkStateType state,
- gdouble *progress);
+gboolean gtk_style_context_state_is_running (GtkStyleContext *context,
+ GtkStateType state,
+ gdouble *progress);
void gtk_style_context_set_path (GtkStyleContext *context,
GtkWidgetPath *path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]