[gtk+/gtk-style-context: 155/260] GtkThemingEngine: fix typo in function declaration.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 155/260] GtkThemingEngine: fix typo in function declaration.
- Date: Wed, 20 Oct 2010 10:34:28 +0000 (UTC)
commit a2636f33b34a7cd625ec2151dfaf0102ef0c69cc
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Aug 3 20:27:32 2010 +0200
GtkThemingEngine: fix typo in function declaration.
gtk/gtkthemingengine.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h
index f6ae571..b021d97 100644
--- a/gtk/gtkthemingengine.h
+++ b/gtk/gtkthemingengine.h
@@ -168,7 +168,7 @@ gboolean gtk_theming_engine_has_child_class (GtkThemingEngine *engine,
GtkChildClassFlags *flags);
GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine);
-gboolean gtk__theming_engine_is_state_set (GtkThemingEngine *engine,
+gboolean gtk_theming_engine_is_state_set (GtkThemingEngine *engine,
GtkStateType state);
GtkTextDirection gtk_theming_engine_get_direction (GtkThemingEngine *engine);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]