mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
girepository: Document semantics of dependencies and includes better
Make it clear that both the dependencies field in the typelib, and the include elements in the GIR AST, are for immediate dependencies, not transitive ones. https://bugzilla.gnome.org/show_bug.cgi?id=743782
This commit is contained in:
parent
3128c1e9a5
commit
5389e87a29
@ -201,10 +201,10 @@ typedef enum {
|
||||
* @directory: Offset of the directory in the typelib.
|
||||
* @n_attributes: Number of attribute blocks
|
||||
* @attributes: Offset of the list of attributes in the typelib.
|
||||
* @dependencies: Offset of a single string, which is the list of dependencies,
|
||||
* separated by the '|' character. The dependencies are required in order
|
||||
* to avoid having programs consuming a typelib check for an "Unresolved"
|
||||
* type return from every API call.
|
||||
* @dependencies: Offset of a single string, which is the list of immediate
|
||||
* dependencies, separated by the '|' character. The dependencies are
|
||||
* required in order to avoid having programs consuming a typelib check for
|
||||
* an "Unresolved" type return from every API call.
|
||||
* @size: The size in bytes of the typelib.
|
||||
* @namespace: Offset of the namespace string in the typelib.
|
||||
* @nsversion: Offset of the namespace version string in the typelib.
|
||||
|
Loading…
x
Reference in New Issue
Block a user