Skyld AV  0.6
On access virus scanning for Linux
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
notify.cc File Reference

Notify Skyld AV events. More...

#include <gtk/gtk.h>
#include <libnotify/notify.h>
#include <glib.h>
#include <canberra.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include "config.h"
#include "notify.h"
Include dependency graph for notify.cc:

Go to the source code of this file.

Macros

#define RUNNING   1
 
#define STOPPING   2
 

Functions

static void sigint_handler (int sig)
 
static void help ()
 Prints help message and exits. More...
 
static void version ()
 Shows version information and exits. More...
 
int main (int argc, char **argv)
 

Variables

volatile sig_atomic_t status
 

Detailed Description

Notify Skyld AV events.

Sound depends on freedesktop-sound-theme

Definition in file notify.cc.

Macro Definition Documentation

#define RUNNING   1

Definition at line 37 of file notify.cc.

#define STOPPING   2

Definition at line 38 of file notify.cc.

Function Documentation

static void help ( )
static

Prints help message and exits.

Definition at line 49 of file notify.cc.

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 63 of file notify.cc.

Here is the call graph for this function:

static void sigint_handler ( int  sig)
static

Definition at line 42 of file notify.cc.

Here is the caller graph for this function:

static void version ( )
static

Shows version information and exits.

Definition at line 57 of file notify.cc.

Here is the caller graph for this function:

Variable Documentation

volatile sig_atomic_t status

Definition at line 40 of file notify.cc.