/*
 * call-seq:
 *      pixbuf_icon=( icon )
 *
 * icon = The icon
 *
 * Sets the icon from a GdkPixbuf
 */
static VALUE
notification_set_icon( VALUE self, VALUE icon ) {