1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 26, 2025 — Jul 26, 2026
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... over 15 years ago
case for callbacks More... over 15 years ago
less debug info to stdout More... over 15 years ago
tests for introspected constants/functions More... over 15 years ago
use LLDB, if it is available More... over 15 years ago
readme More... over 15 years ago
remove mercurial legacy More... over 15 years ago
register constants More... almost 16 years ago
moved functions-registration to separate function More... almost 16 years ago
conversion of return value More... almost 16 years ago
clean temporary functions on request end More... almost 16 years ago
kill leaks More... almost 16 years ago
kill leaks More... almost 16 years ago
kill leaks More... almost 16 years ago
detect namespace and name of function called in runtime More... almost 16 years ago
a bit of funcion/method marshalling + conversion of zvals into GIArguments More... almost 16 years ago
moved private stuff out of public header More... almost 16 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... almost 16 years ago
efficient way to get class/method names More... almost 16 years ago
better error message + TODO More... almost 16 years ago
check if enough arguments were supplied from php level More... almost 16 years ago
register methods (and added universal method-handler function) More... almost 16 years ago
registering class using GIR (without methods) More... almost 16 years ago
initial introspection support More... almost 16 years ago
false -> FALSE More... almost 16 years ago
a bit of extra safeness More... almost 16 years ago
show warning if property is not available More... almost 16 years ago
actually create php class More... almost 16 years ago
visual demo of class-importing More... almost 16 years ago
starting to implement class-importer More... almost 16 years ago