From: msweet Date: Mon, 13 Oct 2008 17:16:02 +0000 (+0000) Subject: Doco updates from CUPS 1.4svn-r8054. X-Git-Tag: release-1.6.3~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=758a062febd4bd91eb33c545b14a690ea0687fc3;p=thirdparty%2Fcups.git Doco updates from CUPS 1.4svn-r8054. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1013 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/doc/help/api-filedir.html b/doc/help/api-filedir.html index cf466c39ce..5ad93f95f6 100644 --- a/doc/help/api-filedir.html +++ b/doc/help/api-filedir.html @@ -314,6 +314,7 @@ contain binary data.">cupsFileGetLine
  • cupsFilePeekChar
  • cupsFilePrintf
  • cupsFilePutChar
  • +
  • cupsFilePutConf
  • cupsFilePuts
  • cupsFileRead
  • Return Value

    0 on success, -1 on error

    +

     CUPS 1.4 cupsFilePutConf

    +

    Write a configuration line.

    +

    +ssize_t cupsFilePutConf (
    +    cups_file_t *fp,
    +    const char *directive,
    +    const char *value
    +);

    +

    Parameters

    +
    +
    fp
    +
    CUPS file
    +
    directive
    +
    Directive
    +
    value
    +
    Value
    +
    +

    Return Value

    +

    Number of bytes written or -1 on error

    +

    Discussion

    +

    This function handles any comment escaping of the value. + +

     CUPS 1.2 cupsFilePuts

    Write a string.

    diff --git a/doc/help/api-filter.html b/doc/help/api-filter.html index 582871ec62..ae6f993298 100644 --- a/doc/help/api-filter.html +++ b/doc/help/api-filter.html @@ -334,7 +334,7 @@ div.contents ul.subcontents li {