Sha256: 6ec1f778abd90df6165b9170085593e2e5abbee9b309fa1eb1fb70d2e95a4b7e
Contents?: true
Size: 642 Bytes
Versions: 2
Compression:
Stored size: 642 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>uninit (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: * uninit * * Deinitialize libnotify, you must to call this before quit the program */ static VALUE _wrap_notify_uninit(VALUE self) { notify_uninit(); return Qnil; }</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/M000002.html |
ruby-libnotify-0.4.1 | doc/classes/Notify.src/M000002.html |