mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
4 lines
74 B
Text
4 lines
74 B
Text
|
|
public uint AddWatch (BusFunc func) {
|
|
return AddWatchFull (0, func);
|
|
}
|