com gtk/php-gtk: Register GdkNativeWindow as a long.: generator/arg_types.php
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6b28e042b1ee1af0349881f8a6fc50878dae0307 Author: Andrei Zmievski <[email protected]> Mon, 24 Apr 2006 06:29:21 +0000 Parents: 5e45165c1919be685c41266ebe24cc1609899ea7 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=6b28e042b1ee1af0349881f8a6fc50878dae0307 Log: Register GdkNativeWindow as a long. Changed paths: M generator/arg_types.php Diff: 6b28e042b1ee1af0349881f8a6fc50878dae0307 diff --git a/generator/arg_types.php b/generator/arg_types.php index 758f887..ee0818c 100644 --- a/generator/arg_types.php +++ b/generator/arg_types.php @@ -1021,6 +1021,7 @@ $matcher->register('gushort', $arg); $matcher->register('long', $arg); $matcher->register('glong', $arg); $matcher->register('gulong', $arg); +$matcher->register('GdkNativeWindow', $arg); $matcher->register('guint8', $arg); $matcher->register('gint8', $arg);