aboutsummaryrefslogtreecommitdiff
path: root/src/fixes.vapi
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-21 17:42:30 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-21 19:40:03 +0200
commitec5e539809ec8d2bcdfbdfb70d080fc5edd217ea (patch)
treecf8e807eaa06ed1d1ef7357567fbcecd10075334 /src/fixes.vapi
parent72ff799b774500d38b1835761738eb52eb972944 (diff)
downloadarctica-greeter-ec5e539809ec8d2bcdfbdfb70d080fc5edd217ea.tar.gz
arctica-greeter-ec5e539809ec8d2bcdfbdfb70d080fc5edd217ea.tar.bz2
arctica-greeter-ec5e539809ec8d2bcdfbdfb70d080fc5edd217ea.zip
Rebase against unity from Ubuntu 15.04
Diffstat (limited to 'src/fixes.vapi')
-rw-r--r--src/fixes.vapi16
1 files changed, 0 insertions, 16 deletions
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
{