Searched refs:HandlerList (Results 1 – 4 of 4) sorted by relevance
24 HandlerList& handlers = list_iter->second; in ~GtkSignalRegistrar()25 for (HandlerList::iterator ids_iter = handlers.begin(); in ~GtkSignalRegistrar()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()
56 typedef std::vector<glong> HandlerList; typedef57 typedef std::map<GObject*, HandlerList> HandlerMap;
71 typedef std::list<Hook> HandlerList; typedef72 typedef std::map<GObject*, HandlerList> HandlerMap;