<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "XPC",
  "identifier" : "/documentation/XPC/xpc_dictionary_applier_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "XPC"
    ],
    "preciseIdentifier" : "c:@T@xpc_dictionary_applier_t"
  },
  "title" : "xpc_dictionary_applier_t"
}
-->

# xpc_dictionary_applier_t

A block to invoke for every key-value pair in the dictionary.

```
typealias xpc_dictionary_applier_t = (UnsafePointer<CChar>, xpc_object_t) -> Bool
```

## Parameters

`key`

The current key in the iteration.

`value`

The current value in the iteration.

## Return Value

A Boolean indicating whether iteration should continue.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)