Colour notifications. More...
#include "config.h"#include "mutt/lib.h"#include "core/lib.h"#include "module_data.h"#include "notify2.h"
Include dependency graph for notify.c:Go to the source code of this file.
Functions | |
| void | color_notify_init (struct Notify **colors_notify, struct Notify *parent) |
| Initialise the Colour notification. | |
| void | color_notify_cleanup (struct Notify **colors_notify) |
| 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. | |
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.
Initialise the Colour notification.
| colors_notify | Pointer to the notification object |
| parent | Parent notification object |
Definition at line 42 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void color_notify_cleanup | ( | struct Notify ** | colors_notify | ) |
Free the Colour notification.
| colors_notify | Pointer to the notification object |
Definition at line 52 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_color_observer_add | ( | observer_t | callback, |
| void * | global_data ) |
Add an observer.
| callback | The callback |
| global_data | The data |
Definition at line 62 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_color_observer_remove | ( | observer_t | callback, |
| void * | global_data ) |
Remove an observer.
| callback | The callback |
| global_data | The data |
Definition at line 73 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function: