qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Macros | Functions
enums.h File Reference
#include "statusnotifier.h"
Include dependency graph for enums.h:

Go to the source code of this file.

Macros

#define TYPE_STATUS_NOTIFIER_ERROR   (status_notifier_error_get_type())
 
#define TYPE_STATUS_NOTIFIER_STATE   (status_notifier_state_get_type())
 
#define TYPE_STATUS_NOTIFIER_ICON   (status_notifier_icon_get_type())
 
#define TYPE_STATUS_NOTIFIER_CATEGORY   (status_notifier_category_get_type())
 
#define TYPE_STATUS_NOTIFIER_STATUS   (status_notifier_status_get_type())
 
#define TYPE_STATUS_NOTIFIER_SCROLL_ORIENTATION   (status_notifier_scroll_orientation_get_type())
 

Functions

GType status_notifier_error_get_type (void)
 
GType status_notifier_state_get_type (void)
 
GType status_notifier_icon_get_type (void)
 
GType status_notifier_category_get_type (void)
 
GType status_notifier_status_get_type (void)
 
GType status_notifier_scroll_orientation_get_type (void)
 

Macro Definition Documentation

◆ TYPE_STATUS_NOTIFIER_CATEGORY

#define TYPE_STATUS_NOTIFIER_CATEGORY   (status_notifier_category_get_type())

Definition at line 34 of file enums.h.

◆ TYPE_STATUS_NOTIFIER_ERROR

#define TYPE_STATUS_NOTIFIER_ERROR   (status_notifier_error_get_type())

Definition at line 28 of file enums.h.

◆ TYPE_STATUS_NOTIFIER_ICON

#define TYPE_STATUS_NOTIFIER_ICON   (status_notifier_icon_get_type())

Definition at line 32 of file enums.h.

◆ TYPE_STATUS_NOTIFIER_SCROLL_ORIENTATION

#define TYPE_STATUS_NOTIFIER_SCROLL_ORIENTATION   (status_notifier_scroll_orientation_get_type())

Definition at line 38 of file enums.h.

◆ TYPE_STATUS_NOTIFIER_STATE

#define TYPE_STATUS_NOTIFIER_STATE   (status_notifier_state_get_type())

Definition at line 30 of file enums.h.

◆ TYPE_STATUS_NOTIFIER_STATUS

#define TYPE_STATUS_NOTIFIER_STATUS   (status_notifier_status_get_type())

Definition at line 36 of file enums.h.

Function Documentation

◆ status_notifier_category_get_type()

GType status_notifier_category_get_type ( void  )

◆ status_notifier_error_get_type()

GType status_notifier_error_get_type ( void  )

◆ status_notifier_icon_get_type()

GType status_notifier_icon_get_type ( void  )

◆ status_notifier_scroll_orientation_get_type()

GType status_notifier_scroll_orientation_get_type ( void  )

◆ status_notifier_state_get_type()

GType status_notifier_state_get_type ( void  )

◆ status_notifier_status_get_type()

GType status_notifier_status_get_type ( void  )