[gnome-dvb-daemon] Mark ForcedStopNotify as unowned



commit 8906bf48f363cca164258ceeb4b387586241432b
Author: Sebastian PÃlsterl <sebp k-d-w org>
Date:   Thu Sep 29 22:11:29 2011 +0200

    Mark ForcedStopNotify as unowned
    
    Fixes issue with Vala 0.14

 src/ChannelFactory.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ChannelFactory.vala b/src/ChannelFactory.vala
index 997afcc..5ca26f6 100644
--- a/src/ChannelFactory.vala
+++ b/src/ChannelFactory.vala
@@ -43,7 +43,7 @@ namespace DVB {
             public ArrayList<Gst.Element> sinks;
             public Gst.Element tee;
             public bool forced;
-            public ForcedStopNotify notify_func;
+            public unowned ForcedStopNotify notify_func;
         }
 
         /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]