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 |
| LocalizedString |
A string object that contains an identifier and a translated label. since: 0.5 |
| QueuedOutputStream |
An implementation of since: 0.1 |
| StringObject |
A BirbStringObject is a simple since: 0.3 |
Aliases
| OutputStreamErrorEnum |
Error numbers for BirbOutputStream errors. deprecated: 0.5 |
Error Domains
| QueuedOutputStreamError |
Error numbers for queued output stream errors. since: 0.5 |
Callbacks
| ActionMenuForeachActionGroupFunc |
A function pointer for iterating through the since: 0.1 |
Functions
| check_version |
Checks that the birb version is compatible with the requested version. since: 0.1 |
| count_list_model_items_changed |
Updates since: 0.4 |
| count_property_changed |
Counts how many times since: 0.4 |
| date_time_clear |
Clears a reference to a since: 0.1 |
| date_time_compare |
Compare two since: 0.2 |
| date_time_equal |
Checks two since: 0.2 |
| date_time_set |
Updates since: 0.1 |
| env_append |
Appends a value to an environment variable with the given separator. since: 0.3 |
| env_prepend |
Prepends a value to an environment variable with the given separator. since: 0.3 |
| str_matches |
Checks if unstable since: 0.6 |
Function Macros
| assert_list_model_n_items |
Asserts that a model has the given number of items. since: 0.4 |
| assert_type |
Asserts that since: 0.3 |
| 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 |