Home
last modified time | relevance | path

Searched refs:notify_text (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dnotify.c166 ipp_attribute_t *notify_text; /* notify-text */ in cupsNotifyText() local
180 if ((notify_text = ippFindAttribute(event, "notify-text", in cupsNotifyText()
188 return (strdup(notify_text->values[0].string.text)); in cupsNotifyText()