Skip to content

Rename structure DBusSocketSet to DBusPollableSet and adjust the corresponding functions/files

Ralf Habacker requested to merge rhabacker/dbus:rename-dbus-socket-set into master

Because the implementation of DBusSocketSet already supports non-socket pollables like pipes and inotify fd on Unix, DBusPollableSet is a better name.

Merge request reports