<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GTK threaded animation example on website uses obsolete functions"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93255">93255</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>GTK threaded animation example on website uses obsolete functions
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

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

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

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

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

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

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

        <tr>
          <th>Reporter</th>
          <td>kota.weaver@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On <a href="http://cairographics.org/examples/">http://cairographics.org/examples/</a> the first example under the "Animation"
header is "threaded animation with cairo" which can be found here:
<a href="http://cairographics.org/threaded_animation_with_cairo/">http://cairographics.org/threaded_animation_with_cairo/</a>

The problem is this requires the use of deprecated functions in GObject and
GDK, namely:
 - g_thread_supported()
 - g_thread_init()
 - gdk_threads_init()
 - gdk_threads_enter()
 - gdk_threads_leave()
and perhaps others.

While setting up another example would likely take some work, I figure a
reasonable thing to do at this point would be to have a warning at the top of
the page mentioning that the example is outdated and uses obsolete techniques.</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>