Method

GdkPixbufPixbufref

Declaration [src]

GdkPixbuf*
gdk_pixbuf_ref (
  GdkPixbuf* pixbuf
)

Description [src]

Adds a reference to a pixbuf.

Deprecated since:2.0

Use g_object_ref().

This method is not directly available to language bindings.

Return value

Returns: GdkPixbuf
 

The same as the pixbuf argument.

 The data is owned by the instance.