/usr/share/gtk-doc/html/plank/Plank.DrawDataFunc.html is in libplank-doc 0.11.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <?xml version="1.0" encoding="utf-8"?>
<html>
  <head>
    <meta charset="UTF-8"/>
    <title>Plank.DrawDataFunc – plank – Vala Binding Reference</title>
    <link href="devhelpstyle.css" rel="stylesheet" type="text/css"/><script src="scripts.js" type="text/javascript">
    </script>
  </head>
  <body>
    <div class="site_header">Plank.DrawDataFunc – plank Reference Manual</div>
    <div class="site_body">
      <div class="site_content">
        <h1 class="main_title">DrawDataFunc</h1>
        <hr class="main_hr"/>
        <h2 class="main_title">Description:</h2>
        <div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">delegate</span> <span class="main_type"><a href="Plank.Surface.html" class="class">Surface</a></span>? <b><span class="delegate">DrawDataFunc</span></b> (<span class="main_basic_type"><span class="struct">int</span></span> width, <span class="main_basic_type"><span class="struct">int</span></span> height, <span class="main_type"><a href="Plank.Surface.html" class="class">Surface</a></span> model, <span class="main_type"><span>G</span></span> data)
        </div>
        <div class="description">
          <p>Creates a new surface using the given element and information</p>
          <h2 class="main_title">Parameters:</h2>
          <table class="main_parameter_table">
            <tr>
              <td class="main_parameter_table_name">width</td>
              <td>
                <p>the width </p>
              </td>
            </tr>
            <tr>
              <td class="main_parameter_table_name">height</td>
              <td>
                <p>the height </p>
              </td>
            </tr>
            <tr>
              <td class="main_parameter_table_name">model</td>
              <td>
                <p>existing surface to use as basis of new surface </p>
              </td>
            </tr>
            <tr>
              <td class="main_parameter_table_name">data</td>
              <td>
                <p>the data object used for drawing </p>
              </td>
            </tr>
          </table>
          <h2 class="main_title">Returns:</h2>
          <table class="main_parameter_table">
            <tr>
              <td>
                <p>the newly created surface or NULL </p>
              </td>
            </tr>
          </table>
        </div><br/>
        <div class="namespace_note"><b>Namespace:</b> <a href="Plank.html">Plank</a>
        </div>
        <div class="package_note"><b>Package:</b> <a href="index.htm">plank</a>
        </div>
      </div>
    </div><br/>
    <div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
    </div>
  </body>
</html>
 |