1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename connect() to signal_connect(), disconnect() to signal_disconnect() because other classes extending GObject have their own incompatible connect()/disconnect() methods More... about 13 years ago
case for callbacks More... about 13 years ago
less debug info to stdout More... about 13 years ago
tests for introspected constants/functions More... about 13 years ago
use LLDB, if it is available More... about 13 years ago
readme More... about 13 years ago
remove mercurial legacy More... about 13 years ago
register constants More... over 13 years ago
moved functions-registration to separate function More... over 13 years ago
conversion of return value More... over 13 years ago
clean temporary functions on request end More... over 13 years ago
kill leaks More... over 13 years ago
kill leaks More... over 13 years ago
kill leaks More... over 13 years ago
detect namespace and name of function called in runtime More... over 13 years ago
a bit of funcion/method marshalling + conversion of zvals into GIArguments More... over 13 years ago
moved private stuff out of public header More... over 13 years ago
use g_signal_query instead of php_gobject_signal_get_by_id, for initial lookup (as signal might originate from C-code) More... over 13 years ago
efficient way to get class/method names More... over 13 years ago
better error message + TODO More... over 13 years ago
check if enough arguments were supplied from php level More... over 13 years ago
register methods (and added universal method-handler function) More... over 13 years ago
registering class using GIR (without methods) More... over 13 years ago
initial introspection support More... over 13 years ago
false -> FALSE More... over 13 years ago
a bit of extra safeness More... over 13 years ago
show warning if property is not available More... over 13 years ago
actually create php class More... over 13 years ago
visual demo of class-importing More... over 13 years ago
starting to implement class-importer More... over 13 years ago