Go to the source code of this file.
Define Documentation
#define TYPE_LOG (log_get_type()) |
#define LOG |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_LOG, Log)) |
#define LOG_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_LOG, LogClass)) |
#define IS_LOG |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_LOG)) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
-
Definition at line 23 of file x_log.h.
Function Documentation
GType log_get_type |
( |
void |
| ) |
|
- Function Description
On first call, registers the Log class with the GType dynamic type system. On subsequent calls, returns the saved value from first execution.
- Returns:
- the type identifier for the Log class
Definition at line 228 of file x_log.c.