Esempio n. 1
0
			static extern uint gconf_client_notify_add (IntPtr client, string dir, NotifyFuncNative func, IntPtr user_data, IntPtr destroy_notify, out IntPtr err);
Esempio n. 2
0
 public NotifyWrapper(NotifyEventHandler notify)
 {
     this.notify = notify;
     this.native = new NotifyFuncNative(this.NotifyCB);
 }
Esempio n. 3
0
 static extern uint gconf_client_notify_add(IntPtr client, string dir, NotifyFuncNative func, IntPtr user_data, IntPtr destroy_notify, out IntPtr err);
		public NotifyWrapper (NotifyEventHandler notify)
		{
			this.notify = notify;
			this.native = new NotifyFuncNative (this.NotifyCB);
		}