Sha256: 3e9d4a7795e9fb8cb0da36e2365faac4979ad8a355ef255f29508ec54fd7c5c7
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 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>init? (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: * init? * * Returns TRUE if libnotify is inizialized, FALSE otherwise */ static VALUE _wrap_notify_is_initted(VALUE self) { if(notify_is_initted()) return Qtrue; return Qfalse; }</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/M000003.html |
ruby-libnotify-0.4.1 | doc/classes/Notify.src/M000003.html |