~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/gtype-conventions.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
            returns a pointer of type <span class="type">PrefixObject</span>. This macro is used to enforce
52
52
            static type safety by doing explicit casts wherever needed. It also enforces
53
53
            dynamic type safety by doing runtime checks. It is possible to disable the dynamic
54
 
            type checks in production builds (see <a href="../glib/glib-building.html">building glib</a>).
 
54
            type checks in production builds (see <a href="http://library.gnome.org/devel/glib/unstable/glib-building.html">building glib</a>).
55
55
            For example, we would create 
56
56
            <code class="function">MAMAN_BAR (obj)</code> to keep the previous example.
57
57
          </p></li>