gstreamer/gstreamer-sharp/Bus.custom
2009-04-07 11:27:20 +02:00

4 lines
74 B
Text

public uint AddWatch (BusFunc func) {
return AddWatchFull (0, func);
}