[Pkg-mozext-commits] [firetray] 275/399: fix some gtk function definitions

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 3da01428a94c9a39ad39f16b87deb2a6fa851f13
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Fri Aug 17 23:51:00 2012 +0200

    fix some gtk function definitions
---
 src/modules/ctypes/linux/gtk.jsm |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/modules/ctypes/linux/gtk.jsm b/src/modules/ctypes/linux/gtk.jsm
index 55c62a1..a726126 100644
--- a/src/modules/ctypes/linux/gtk.jsm
+++ b/src/modules/ctypes/linux/gtk.jsm
@@ -123,10 +123,11 @@ function gtk_defines(lib) {
   lib.lazy_bind("gtk_window_move", ctypes.void_t, this.GtkWindow.ptr, gobject.gint, gobject.gint);
   lib.lazy_bind("gtk_window_get_size", ctypes.void_t, this.GtkWindow.ptr, gobject.gint.ptr, gobject.gint.ptr);
   lib.lazy_bind("gtk_window_resize", ctypes.void_t, this.GtkWindow.ptr, gobject.gint, gobject.gint);
-  lib.lazy_bind("gtk_window_iconify", gobject.gint, this.GtkWindow.ptr);
-  lib.lazy_bind("gtk_window_stick", gobject.gint, this.GtkWindow.ptr);
-  lib.lazy_bind("gtk_window_maximize", gobject.gint, this.GtkWindow.ptr);
-  lib.lazy_bind("gtk_window_fullscreen", gobject.gint, this.GtkWindow.ptr);
+  lib.lazy_bind("gtk_window_iconify", ctypes.void_t, this.GtkWindow.ptr);
+  lib.lazy_bind("gtk_window_deiconify", ctypes.void_t, this.GtkWindow.ptr);
+  lib.lazy_bind("gtk_window_stick", ctypes.void_t, this.GtkWindow.ptr);
+  lib.lazy_bind("gtk_window_maximize", ctypes.void_t, this.GtkWindow.ptr);
+  lib.lazy_bind("gtk_window_fullscreen", ctypes.void_t, this.GtkWindow.ptr);
   lib.lazy_bind("gtk_window_present", ctypes.void_t, this.GtkWindow.ptr);
 
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list