Colour notifications. More...
Include dependency graph for notify.c:Go to the source code of this file.
Functions | |
| void | color_notify_init (struct Notify *parent) |
| 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 | ( | struct Notify * | parent | ) |
Initialise the Colour notification.
| 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 | ( | 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 61 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 71 of file notify.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct Notify* ColorsNotify = NULL |
Notifications: ColorId, EventColor.