Sha256: ef917f348d28acd3fa6587bba34130c91c68f947345220c8074c909e89168718
Contents?: true
Size: 672 Bytes
Versions: 2
Compression:
Stored size: 672 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>app_name (Notify)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre>/* * 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); }</pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-libnotify-0.4.1.1 | doc/classes/Notify.src/M000004.html |
ruby-libnotify-0.4.1 | doc/classes/Notify.src/M000004.html |