/* * call-seq: * app_name * * Returns the application name passed to Notify.init */ static VALUE _wrap_notify_get_app_name(VALUE self) { const gchar *name = notify_get_app_name(); return rb_str_new2(name); }