/*
* call-seq:
* init( name )
*
* name = application name
*
* Initialize libnotify. This must be called before any other functions
*
* Returns TRUE if the library initialized properly, or FALSE
*/
static VALUE
init( VALUE self, VALUE str ) {