~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to src/totem-private.h

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 *
14
14
 * You should have received a copy of the GNU General Public License
15
15
 * along with this program; if not, write to the Free Software
16
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA.
17
17
 *
18
18
 * The Totem project hereby grant permission for non-gpl compatible GStreamer
19
19
 * plugins to be used and distributed together with GStreamer and Totem. This
30
30
 
31
31
#include <gconf/gconf-client.h>
32
32
#include <gtk/gtk.h>
33
 
#include <libgnomevfs/gnome-vfs.h>
 
33
#include <gio/gio.h>
34
34
 
35
35
#include "totem-playlist.h"
36
36
#include "bacon-message-connection.h"
138
138
        guint recent_ui_id;
139
139
 
140
140
        /* Monitor for playlist unmounts and drives/volumes monitoring */
141
 
        GnomeVFSVolumeMonitor *monitor;
 
141
        GVolumeMonitor *monitor;
142
142
        gboolean drives_changed;
143
143
 
144
144
        /* session */