Added config option so can force 'bad categories' into Other using freedesktop list
[pandora-libraries.git] / minimenu / mmenu.h
index 1c71f6f..9682ea6 100644 (file)
@@ -19,11 +19,15 @@ typedef enum {
   pndn_none
 } pndnotify_loglevels_e;
 
-void emit_and_quit ( char *s );
+void emit_and_quit ( char *s );      // normal case; quit and run an app
+void emit_and_run ( char *buffer );  // odd case; run an app and stay alive
+void exec_raw_binary ( char *fullpath ); // just fork/exec something, without exit
 
 void applications_free ( void );
 void applications_scan ( void );
 
 void setup_notifications ( void );
 
+unsigned char cat_is_visible ( pnd_conf_handle h, char *catname );
+
 #endif