Dump all notifications. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "email/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "color/lib.h"#include "mview.h"
Include dependency graph for notify.c:Go to the source code of this file.
Functions | |
| static void | notify_dump_account (struct NotifyCallback *nc) |
| static void | notify_dump_color (struct NotifyCallback *nc) |
| static void | notify_dump_command (struct NotifyCallback *nc) |
| static void | notify_dump_config (struct NotifyCallback *nc) |
| static void | notify_dump_mview (struct NotifyCallback *nc) |
| static void | notify_dump_email (struct NotifyCallback *nc) |
| static void | notify_dump_global (struct NotifyCallback *nc) |
| static void | notify_dump_mailbox (struct NotifyCallback *nc) |
| static void | notify_dump_window_state (struct NotifyCallback *nc) |
| static void | notify_dump_window_focus (struct NotifyCallback *nc) |
| int | debug_all_observer (struct NotifyCallback *nc) |
Variables | |
| const struct Mapping | ColorFields [] |
| Mapping of colour names to their IDs. | |
Dump all notifications.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file notify.c.
|
static |
Definition at line 42 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 53 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 72 of file notify.c.
Here is the caller graph for this function:
|
static |
Definition at line 82 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 93 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 121 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 131 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 166 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int debug_all_observer | ( | struct NotifyCallback * | nc | ) |
Definition at line 196 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
Mapping of colour names to their IDs.
Definition at line 55 of file commands.c.