Updated Vala bindings.
authorFabian Deutsch <fabian.deutsch@gmx.de>
Tue, 3 May 2011 19:13:15 +0000 (21:13 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 17 May 2011 07:44:23 +0000 (09:44 +0200)
Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
bindings/vala/gst-rtsp-server-0.10.vapi

index 2126ce5..d537a96 100644 (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;