# File lib/librmpd.rb, line 240
        def register_callback( method, type )
                @callbacks[type].push method
        end