[rep-gtk] make gtk_status_icon_get_icon_name gtk_status_icon_get_stock gtk_font_button_get_title gtk_font_butt
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rep-gtk] make gtk_status_icon_get_icon_name gtk_status_icon_get_stock gtk_font_button_get_title gtk_font_butt
- Date: Thu, 30 Jul 2009 19:04:22 +0000 (UTC)
commit 4071f62396c654db08eccd7b3a6d70cd71ca3271
Author: chrisb <zanghar freenet de>
Date: Thu Jul 30 21:02:56 2009 +0200
make gtk_status_icon_get_icon_name gtk_status_icon_get_stock gtk_font_button_get_title gtk_font_button_get_font_name gtk_link_button_get_uri work
ChangeLog | 5 +++++
gtk.defs | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8181931..d9c2149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,11 @@
make gtk_radio_button_new work
make gtk_radio_button_new_with_label work
make gtk_radio_button_new_with_mnemonic work
+ make gtk_status_icon_get_icon_name work
+ make gtk_status_icon_get_stock work
+ make gtk_font_button_get_title work
+ make gtk_font_button_get_font_name work
+ make gtk_link_button_get_uri work
2009-07-29 Christopher Bratusek <zanghar freenet de>
* gtk.defs: gtk+ 2.12 API added:
diff --git a/gtk.defs b/gtk.defs
index 5e9be5b..cca4ba2 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -4674,11 +4674,11 @@
((GtkStatusIcon status_icon)))
(define-func gtk_status_icon_get_stock
- GdkPixbuf
+ none
((GtkStatusIcon status_icon)))
(define-func gtk_status_icon_get_icon_name
- GdkPixbuf
+ none
((GtkStatusIcon status_icon)))
(define-func gtk_status_icon_get_size
@@ -4800,7 +4800,7 @@
((string font)))
(define-func gtk_font_button_get_title
- char
+ static_string
((GtkFontButton button)))
(define-func gtk_font_button_set_title
@@ -4827,7 +4827,7 @@
(bool option)))
(define-func gtk_font_button_get_font_name
- char
+ static_string
((GtkFontButton button)))
(define-func gtk_font_button_set_font_name
@@ -4867,7 +4867,7 @@
(string label)))
(define-func gtk_link_button_get_uri
- char
+ static_string
((GtkLinkButton button)))
(define-func gtk_link_button_set_uri
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]