<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Type errors in raster source documentation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73990">73990</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Type errors in raster source documentation
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>trivial
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nbowler@draconx.ca
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The definition of cairo_raster_source_acquire_func_t in the "Raster Sources"
section of the manual is wrong.

See

 
<a href="http://cairographics.org/manual/cairo-Raster-Sources.html#cairo-raster-source-acquire-func-t">http://cairographics.org/manual/cairo-Raster-Sources.html#cairo-raster-source-acquire-func-t</a>

which defines the cairo_raster_source_acquire_func_t type as (simplified by
omitting arguments):

  cairo_surface_t (*cairo_raster_source_acquire_func_t)()

When in reality this type is (simplified):

  cairo_surface_t *(*cairo_raster_source_acquire_func_t)()

i.e., the actual type is "pointer to a function returning pointer to
cairo_surface_t", but the documentation describes it as "pointer to function
returning cairo_surface_t".</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>