Searched refs:HandlerList (Results 1 – 4 of 4) sorted by relevance
24 HandlerList& handlers = list_iter->second; in ~Gtk2SignalRegistrar()25 for (HandlerList::iterator ids_iter = handlers.begin(); in ~Gtk2SignalRegistrar()58 handler_lists_[object] = HandlerList(); in ConnectInternal()89 HandlerList& handlers = iter->second; in DisconnectAll()90 for (HandlerList::iterator ids_iter = handlers.begin(); in DisconnectAll()
47 HandlerList& dtors = iter->second; in Disconnect()61 for (HandlerList::iterator i = dtors.begin(); i != dtors.end(); ++i) { in Disconnect()80 HandlerList dtors; in WeakNotify()85 for (HandlerList::iterator i = dtors.begin(); i != dtors.end(); ++i) in WeakNotify()
55 typedef std::vector<glong> HandlerList; typedef56 typedef std::map<GObject*, HandlerList> HandlerMap;
70 typedef std::list<Hook> HandlerList; typedef71 typedef std::map<GObject*, HandlerList> HandlerMap;