diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2016-02-09 23:46:17 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2016-02-09 23:46:17 -0600 |
commit | cb6e0dae4e0e0741d07d3b24e6ba625019f5e374 (patch) | |
tree | 916df981d59209f704bf2532c2af1de22a2efb02 /TODO | |
parent | a55e082cd33d92ff556995a384ad8d274554e247 (diff) | |
download | epiphany-cb6e0dae4e0e0741d07d3b24e6ba625019f5e374.tar.gz |
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Some TODO items, in no particular order: - Use G_DECLARE_[FINAL,DERIVABLE]_TYPE - Pass NULL instead of manually choosing signal marshallers - Use g_signal_emit instead of g_signal_emit_by_name +- Replace constructor functions with constructed functions - Use g_clear_object in dispose/finalize - Get rid of object references in dispose, not finalize - Move all the old code to the new coding style |