~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to bindings/gi/MPID-3.0.gir

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-03-09 07:24:47 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120309072447-ltf9ea8d9vj5zmiy
Tags: 2.95.5-0ubuntu1
* New upstream release. (LP: #949424)
  - Add support for allowing plug-ins to specify that they should be
    enabled by default. (LP: #934235)
  - Magnatune plug-in is re-enabled upstream.
  - Removal of gtk_dialog_run in most all cases.
  - Porting of more plug-ins to python-gi. 
* debian/control, debian/*.install:
  - Remove the useless coherence plug-in install file.
  - Move some core plug-ins into main rhythmbox package.
    + audiocd, generic-player, iradio, mmkeys, power-manager, rb
  - Split out the NPAPI plug-in to a separate package.
  - Split out the zeitgeist plug-in to a separate package.
  - Split out the magnatune store plug-in to a separate package.
  - Split out the visualizer plug-in to a separate package.
    + Disable building the visualizer plug-in package, as it needs
      libmx which is in universe and not main.
* debian/patches/*:
  - Refreshed patches against new source that had problems applying.
  - Remvoe the mpris name patch which is included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
              c:identifier="MPID_ERROR_DEVICE_INFO_MISSING"
186
186
              glib:nick="device-info-missing"/>
187
187
    </enumeration>
188
 
    <constant name="PROTOCOL_GENERIC" value="storage">
 
188
    <constant name="PROTOCOL_GENERIC"
 
189
              value="storage"
 
190
              c:type="MPID_PROTOCOL_GENERIC">
189
191
      <type name="utf8" c:type="gchar*"/>
190
192
    </constant>
191
 
    <constant name="PROTOCOL_IPOD" value="ipod">
 
193
    <constant name="PROTOCOL_IPOD" value="ipod" c:type="MPID_PROTOCOL_IPOD">
192
194
      <type name="utf8" c:type="gchar*"/>
193
195
    </constant>
194
196
    <enumeration name="Source" c:type="MPIDSource">