Updated Vala bindings.

Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
This commit is contained in:
Fabian Deutsch 2011-05-03 21:13:15 +02:00 committed by Wim Taymans
parent 6ef7c966ae
commit ae4a3a9f29

View file

@ -165,6 +165,7 @@ namespace Gst {
}
[CCode (cheader_filename = "gst/rtsp-server/rtsp-server.h")]
public class RTSPServer : GLib.Object {
public signal void client_connected (RTSPClient client);
public weak GLib.IOChannel io_channel;
public weak GLib.TimeoutSource io_watch;
public void* server_sin;