gstreamer/gstreamer-sharp/Bus.custom

5 lines
74 B
Text
Raw Normal View History

2009-04-07 09:27:20 +00:00
public uint AddWatch (BusFunc func) {
return AddWatchFull (0, func);
}