Colour notifications. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "core/lib.h"
#include "notify2.h"
Go to the source code of this file.
Functions | |
void | color_notify_init (void) |
Initialise the Colour notification. | |
void | color_notify_cleanup (void) |
Free the Colour notification. | |
void | mutt_color_observer_add (observer_t callback, void *global_data) |
Add an observer. | |
void | mutt_color_observer_remove (observer_t callback, void *global_data) |
Remove an observer. | |
Variables | |
struct Notify * | ColorsNotify = NULL |
Notifications: ColorId, EventColor. | |
Colour 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.
void color_notify_init | ( | void | ) |
Initialise the Colour notification.
Definition at line 40 of file notify.c.
void color_notify_cleanup | ( | void | ) |
void mutt_color_observer_add | ( | observer_t | callback, |
void * | global_data | ||
) |
Add an observer.
callback | The callback |
global_data | The data |
Definition at line 59 of file notify.c.
void mutt_color_observer_remove | ( | observer_t | callback, |
void * | global_data | ||
) |
Remove an observer.
callback | The callback |
global_data | The data |
Definition at line 69 of file notify.c.
struct Notify* ColorsNotify = NULL |
Notifications: ColorId, EventColor.