~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to browser-plugin/idl/totemIComplexPlayer.idl

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, Sebastien Bacher, Loic Minier
  • Date: 2007-03-08 14:51:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308145155-cnu1r0s1z4ffcxza
Tags: 2.16.5-3
[ Sebastien Bacher ]
* debian/patches/30_dlopen_noremove_dbus_glib.dpatch:
  - fix "crash because NPPVpluginKeepLibraryInMemory is broken in gecko",
    patch from Alexander Sack (GNOME bug #415389)

[ Loic Minier ]
* Urgency medium.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "nsISupports.idl"
 
2
 
 
3
/**
 
4
 * totemIComplexPlayer:
 
5
 * 
 
6
 * RealPlayer/HelixPlayer compatible scriptable interface
 
7
 * 
 
8
 * @status: EXTERNAL
 
9
 * XXX incomplete
 
10
 */
 
11
[scriptable, uuid(782b38b2-b647-4cfa-a9fb-1ccf45bf8019)]
 
12
interface totemIComplexPlayer: nsISupports
 
13
{
 
14
        boolean DoPause ();
 
15
 
 
16
        boolean DoPlay ();
 
17
 
 
18
        boolean DoStop ();
 
19
};