qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
enums.h
Go to the documentation of this file.
1 /*
2  * statusnotifier - Copyright (C) 2014 Olivier Brunel
3  *
4  * interfaces.h
5  * Copyright (C) 2014 Olivier Brunel <jjk@jjacky.com>
6  *
7  * This file is part of statusnotifier.
8  *
9  * statusnotifier is free software: you can redistribute it and/or modify it
10  * under the terms of the GNU General Public License as published by the Free
11  * Software Foundation, either version 3 of the License, or (at your option) any
12  * later version.
13  *
14  * statusnotifier is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.
17  * See the GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License along with
20  * statusnotifier. If not, see http://www.gnu.org/licenses/
21  */
22 
23 #pragma once
24 #include "statusnotifier.h"
25 
26 
28 #define TYPE_STATUS_NOTIFIER_ERROR (status_notifier_error_get_type())
30 #define TYPE_STATUS_NOTIFIER_STATE (status_notifier_state_get_type())
32 #define TYPE_STATUS_NOTIFIER_ICON (status_notifier_icon_get_type())
34 #define TYPE_STATUS_NOTIFIER_CATEGORY (status_notifier_category_get_type())
36 #define TYPE_STATUS_NOTIFIER_STATUS (status_notifier_status_get_type())
38 #define TYPE_STATUS_NOTIFIER_SCROLL_ORIENTATION (status_notifier_scroll_orientation_get_type())
39 G_END_DECLS
status_notifier_error_get_type
GType status_notifier_error_get_type(void)
status_notifier_status_get_type
GType status_notifier_status_get_type(void)
statusnotifier.h
status_notifier_state_get_type
GType status_notifier_state_get_type(void)
status_notifier_scroll_orientation_get_type
GType status_notifier_scroll_orientation_get_type(void)
status_notifier_icon_get_type
GType status_notifier_icon_get_type(void)
status_notifier_category_get_type
GType status_notifier_category_get_type(void)