[rep-gtk] fix invalid type: gboolean -> bool
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rep-gtk] fix invalid type: gboolean -> bool
- Date: Tue, 6 Oct 2009 16:07:55 +0000 (UTC)
commit 5b6dd4f8d14ca017bc7cae7a2d1f37c6e8afffac
Author: Juergen Hoetzel <juergen archlinux org>
Date: Tue Sep 1 21:06:33 2009 +0200
fix invalid type: gboolean -> bool
gtk.defs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk.defs b/gtk.defs
index 9db3bc7..89909c4 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -5386,7 +5386,7 @@
(bool visible_horizontal)))
(define-func gtk_action_get_visible_horizontal
- gboolean
+ bool
((GtkAction action)))
(define-func gtk_action_set_visible_vertical
@@ -5395,16 +5395,16 @@
(bool visible_vertical)))
(define-func gtk_action_get_visible_vertical
- gboolean
+ bool
((GtkAction action)))
(define-func gtk_action_set_is_important
none
((GtkAction action )
- (gboolean is_important)))
+ (bool is_important)))
(define-func gtk_action_get_is_important
- gboolean
+ bool
((GtkAction action)))
(define-object GtkActionGroup (GtkObject))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]