Lines Matching refs:data
56 /** For streams: icon for the media. A binary blob containing PNG image data */
103 /** For streams that belong to a window on the screen: window icon. A binary blob containing PNG image data */
153 /** For clients/streams: application icon. A binary blob containing PNG image data */
218 /** For devices: icon for the device. A binary blob containing PNG image data */
270 /** For context: whether to forcefully disable data transfer via POSIX or memfd shared memory. This property overrides any other client configuration which would otherwise enable SHM communication channels. \since 15.0 */
277 * as keys and arbitrary data as values. \since 0.9.11 */
291 * internal copy of the data passed is made. Will accept only valid
297 * internal copy of the data passed is made. Will accept only valid
300 * data. Returns zero on success. \since 0.9.16 */
305 * internal copy of the data passed is made. Will accept only valid
306 * UTF-8. The data can be passed as printf()-style format string with
310 /** Append a new arbitrary data entry to the property list, possibly
312 * internal copy of the data passed is made.
314 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes);
317 * the data is not valid UTF-8. Will return a NUL-terminated string in
319 * the data before accessing the property list again. \since 0.9.11 */
322 /** Store the value for the specified key in \a data. Will store a
323 * NUL-terminated string for string entries. The \a data pointer returned will
325 * copy of the data before any subsequent modification or destruction
328 int pa_proplist_get(const pa_proplist *p, const char *key, const void **data, size_t *nbytes);
334 * any of the old data around. */,