Namespace
Birb – 1.0
A library of GLib utilities
Dependencies
GLib—2.0 | General-purpose, portable utility library. |
Browse documentation | |
GObject—2.0 | The base type system library. |
Browse documentation | |
Gio—2.0 | Stream based io library. |
Browse documentation |
Classes
ActionMenu |
A BirbActionMenu was created to allow interested parties to add items to a menu by listening to a signal. since: 0.1 |
CustomFilter |
A unstable since: 0.3 |
Filter |
A BirbFilter is used to check if an item matches the filter. since: 0.2 |
QueuedOutputStream |
An implementation of since: 0.1 |
Enumerations
OutputStreamErrorEnum |
Error numbers for BirbOutputStream errors. since: 0.1 |
Callbacks
ActionMenuForeachActionGroupFunc |
A function pointer for iterating through the since: 0.1 |
CustomFilterFunc |
User function that is called to determine if item should be put into a list or not. unstable since: 0.3 |
Functions
check_version |
Checks that the birb version is compatible with the requested version. since: 0.1 |
date_time_clear |
Clears a reference to a since: 0.1 |
date_time_compare |
Compare two since: 0.2 |
date_time_equal |
Checks two |
date_time_set |
Updates since: 0.1 |
Function Macros
CHECK_VERSION |
Checks the version of birb being compiled against. See since: 0.1 |
Constants
EXTRA_VERSION |
The extra version of the version of Birb that was compiled against. |
MAJOR_VERSION |
The major version of the version of Birb that was compiled against. |
MICRO_VERSION |
The micro version of the version of Birb that was compiled against. |
MINOR_VERSION |
The minor version of the version of Birb that was compiled against. |
VERSION |
The full version number for the version of Birb that was compiled against. |
VERSION_MIN_REQUIRED |
A macro that should be defined by the user prior to including the |