ImageDecoderServer.ipc 244 B

123456
  1. endpoint ImageDecoderServer = 7001
  2. {
  3. Greet(i32 client_pid) => (i32 client_id, i32 server_pid)
  4. DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
  5. }