Exemplo n.º 1
0
 static void AccelEdited_cb(IntPtr inst, IntPtr path_string, uint accel_key, int accel_mods, uint hardware_keycode)
 {
     try {
         CellRendererAccel __obj = GLib.Object.GetObject(inst, false) as CellRendererAccel;
         __obj.OnAccelEdited(GLib.Marshaller.Utf8PtrToString(path_string), accel_key, (Gdk.ModifierType)accel_mods, hardware_keycode);
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }