[rep-gtk] remove gtk_action_(set|get)_gicon until GIcon is implented



commit e815c9d44835ecc6a7bcfe34c5c09fe00a96315b
Author: Juergen Hoetzel <juergen archlinux org>
Date:   Tue Sep 1 21:05:48 2009 +0200

    remove gtk_action_(set|get)_gicon until GIcon is implented

 gtk.defs |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gtk.defs b/gtk.defs
index 10c5443..9db3bc7 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -5361,14 +5361,15 @@
   static_string
   ((GtkAction action)))
 
-(define-func gtk_action_set_gicon 
-  none
-  ((GtkAction action)
-   (GIcon icon)))
+;; FIXME: Implement GIcon
+;; (define-func gtk_action_set_gicon 
+;;   none
+;;   ((GtkAction action)
+;;    (GIcon icon)))
 
-(define-func gtk_action_get_gicon 
-  GIcon
-  ((GtkAction action)))
+;; (define-func gtk_action_get_gicon 
+;;   GIcon
+;;   ((GtkAction action)))
 
 (define-func gtk_action_set_icon_name 
   none



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]