com gtk/php-gtk: *** empty log message ***: TODO2
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: c51f9434701b67d3a2431acec9dceab11bd0c61d Author: Andrei Zmievski <[email protected]> Sat, 3 Jun 2006 19:24:28 +0000 Parents: feccb19868bd248f238bf0d55aded7da32970989 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=c51f9434701b67d3a2431acec9dceab11bd0c61d Log: *** empty log message *** Changed paths: M TODO2 Diff: c51f9434701b67d3a2431acec9dceab11bd0c61d diff --git a/TODO2 b/TODO2 index c0c7521..ffc9186 100644 --- a/TODO2 +++ b/TODO2 @@ -8,7 +8,6 @@ Generator Base Functionality ~~~~~~~~~~~~~~~~~~ -* Some classes need to be coded in C entirely, see gtk-types.c * Interfaces * Implement __gtype, __doc, and other special properties, if possible * Deal with clone() handler in Zend @@ -18,6 +17,9 @@ Base Functionality * Integration with pkg-config * Fix GdkEventType property handlers to cope with GdkAtom, GdkRegion, GdkNativeWindow and GdkDragContext * Go through TBD ignores +* See whether we want to speed up callbacks by doing zend_is_callable() up + front. This means that the callback has to be defined and accessible when you + register it. Classes and Functions ~~~~~~~~~~~~~~~~~~~~~