|
Dunst
Lightweight notification daemon
|
Context menu for actions and helpers. More...
#include <glib.h>
Include dependency graph for menu.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| char * | extract_urls (const char *to_match) |
| Extract all urls from the given string. | |
| void | open_browser (const char *in) |
| void | invoke_action (const char *action) |
| void | regex_teardown (void) |
| void | context_menu (void) |
| Open the context menu that lets the user select urls/actions/etc for all displayed notifications. | |
| void | context_menu_for (GList *notifications) |
| Open the context menu that lets the user select urls/actions/etc for the specified notifications. | |
Context menu for actions and helpers.
Definition in file menu.h.
| void context_menu | ( | void | ) |
| void context_menu_for | ( | GList * | notifications | ) |
| char * extract_urls | ( | const char * | to_match | ) |