[PATCH] added gtk-about-dialog-set-(authors|documenters|artists)



---
 gtk.defs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/gtk.defs b/gtk.defs
index 7be2251..d6e5e21 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -5104,28 +5104,28 @@
 ;  static_string
 ;  ((GtkAboutDialog dialog)))
 ;
-;(define-func gtk_about_dialog_set_authors
-;  none
-;  ((GtkAboutDialog dialog)
-;   (string authors)))
-;
+(define-func gtk_about_dialog_set_authors
+  none
+  ((GtkAboutDialog dialog)
+   ((tvec string in) authors)))
+
 ;(define-func gtk_about_dialog_get_documenters
 ;  static_string
 ;  ((GtkAboutDialog dialog)))
 ;
-;(define-func gtk_about_dialog_set_documenters
-;  none
-;  ((GtkAboutDialog dialog)
-;   (string documenters)))
-;
+(define-func gtk_about_dialog_set_documenters
+  none
+  ((GtkAboutDialog dialog)
+   ((tvec string in) documenters)))
+
 ;(define-func gtk_about_dialog_get_artists
 ;  static_string
 ;  ((GtkAboutDialog dialog)))
 ;
-;(define-func gtk_about_dialog_set_artists
-;  none
-;  ((GtkAboutDialog dialog)
-;   (string artists)))
+(define-func gtk_about_dialog_set_artists
+  none
+  ((GtkAboutDialog dialog)
+   ((tvec string in) artists)))
 
 (define-func gtk_about_dialog_get_translator_credits
   static_string
-- 
1.6.4


--CE+1k2dSO48ffgeK--


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