Method

GdkPixbuf.Pixbuf.ref

Declaration [src]

GdkPixbuf*
gdk_pixbuf_ref (
  GdkPixbuf* pixbuf
)

Description [src]

Adds a reference to a pixbuf.

Deprecated since:2.0

Use g_object_ref().

Return value

Returns: GdkPixbuf

The same as the pixbuf argument.

Ownership is not transferred to the caller