/*
 * call-seq:
 *      uninit
 *
 * Deinitialize libnotify, you must to call this before quit the program
 */
static VALUE
_wrap_notify_uninit(VALUE self)
{
  notify_uninit();

  return Qnil;
}