~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/gdk-pixbuf-Image-Data-in-Memory.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-08-21 17:32:46 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120821173246-ttdm1uy1uhxn5r61
Tags: 2.26.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
</p>
95
95
<p>
96
96
You can also copy an existing pixbuf with the <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy" title="gdk_pixbuf_copy ()"><code class="function">gdk_pixbuf_copy()</code></a>
97
 
function.  This is not the same as just doing a <code class="function">g_object_ref()</code>
 
97
function.  This is not the same as just doing a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>
98
98
on the old pixbuf; the copy function will actually duplicate the
99
99
pixel data in memory and create a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure for it.
100
100
</p>