~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapi/gstreamer-controller-0.10.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-13 17:59:22 UTC
  • mfrom: (7.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100213175922-n8bq2xv2q1hihhqb
Tags: 0.7.10-1ubuntu1
* Sync with Debian unstable.
* Remaining changes :
 - debian/rules: Don't make unit test failures fatal to fix FTBFS. It was
   needed if vala need to enter main but it's not the case for now. 
   (See #374151)

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                CUBIC,
95
95
                USER
96
96
        }
97
 
        [CCode (cprefix = "", cheader_filename = "gst/controller/gstlfocontrolsource.h")]
 
97
        [CCode (cprefix = "GST_LFO_WAVEFORM_", cheader_filename = "gst/controller/gstlfocontrolsource.h")]
98
98
        public enum LFOWaveform {
99
 
                Sine waveform (default),
100
 
                Square waveform,
101
 
                Saw waveform,
102
 
                Reverse saw waveform,
103
 
                Triangle waveform
 
99
                SINE,
 
100
                SQUARE,
 
101
                SAW,
 
102
                REVERSE,
 
103
                TRIANGLE
104
104
        }
105
105
        [CCode (cheader_filename = "gst/controller/gstcontroller.h", has_target = false)]
106
106
        public delegate bool ControlSourceBind (Gst.ControlSource _self, GLib.ParamSpec pspec);