mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
4 lines
74 B
Text
4 lines
74 B
Text
|
|
public uint AddWatch (BusFunc func) {
|
|
return AddWatchFull (0, func);
|
|
}
|