From ec5e539809ec8d2bcdfbdfb70d080fc5edd217ea Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 21 Sep 2015 17:42:30 +0200 Subject: Rebase against unity from Ubuntu 15.04 --- src/fixes.vapi | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/fixes.vapi') diff --git a/src/fixes.vapi b/src/fixes.vapi index 8d08370..3cbae7a 100644 --- a/src/fixes.vapi +++ b/src/fixes.vapi @@ -34,22 +34,6 @@ namespace Gtk } } -namespace Gnome -{ - [CCode (cheader_filename = "libgnome-desktop/gnome-idle-monitor.h")] - public class IdleMonitor : GLib.Object - { - public IdleMonitor (); - public IdleMonitor.for_device (Gdk.Device device); - public uint add_idle_watch (uint64 interval_msec, IdleMonitorWatchFunc callback, GLib.DestroyNotify? notify = null); - public uint add_user_active_watch (IdleMonitorWatchFunc callback, GLib.DestroyNotify? notify = null); - public void remove_watch (uint id); - public int64 get_idletime (); - } - - public delegate void IdleMonitorWatchFunc (IdleMonitor monitor, uint id); -} - // Note, fixed in 1.10.0 namespace LightDM { -- cgit v1.2.3