mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 11:56:35 +00:00
6 lines
83 B
Text
6 lines
83 B
Text
|
|
||
|
public uint AddWatch (BusFunc func)
|
||
|
{
|
||
|
return AddWatchFull (0, func);
|
||
|
}
|