-
Updated
May 18, 2020 - C++
gobject-introspection
Here are 48 public repositories matching this topic...
-
Updated
Mar 31, 2020 - Swift
rustdoc has the doc_alias feature that you can see in action here (the two first items are aliases).
Considering that most examples for GNOME libraries are in C, I assumed that users could be looking for the C function in our doc. By adding aliases on our items, we would also return the rust one.
this section of the readme has an example of subclassing a widget. Its quite common to want to add a composite widget template for a custom widget.
The c documentation says you need to do the following:
- Call gtk_widget_init_template in your _init function
Currently code blocks just get left as is, it would be nice to have them parse properly. An example is this:
|[<!-- language="C" --> enum {
PROP_0,
PROP_FOO,
PROP_LAST
}; ]|
It should be possible to get the parser to recognize these blocks and swap them out for proper markdown blocks.
-
Updated
Sep 21, 2018 - Racket
-
Updated
Jan 17, 2020 - Python
-
Updated
May 18, 2020 - JavaScript
Merge doc and docs.
There really shouldn't be two doc directories. The reason, why we currently have to rely on them is stated in docs/README:
My Git host automatically publishes html files in the 'docs'
directory to a website.
Perhaps this can be reconfigured on a per-project basis, so that we can build doc/guile-gi.html from Automake without needing a local rule. Perhaps this has to be configured f
-
Updated
May 18, 2020 - C
-
Updated
Mar 15, 2020 - D
-
Updated
Jan 1, 2020 - OCaml
-
Updated
Feb 1, 2018 - Vala
-
Updated
Aug 14, 2017 - Shell
-
Updated
Apr 14, 2020 - Python
-
Updated
Feb 6, 2020 - V
-
Updated
Mar 14, 2018 - Vala
-
Updated
Mar 24, 2020 - Python
Generate documentation automatically for the GI lib bindings generated
- find an xml parser
- in the Loader use the xml parser in order to get documentation string and add it in the mli files.
-
Updated
Mar 25, 2019 - C
-
Updated
May 11, 2020 - Common Lisp
-
Updated
Feb 6, 2020 - V
-
Updated
May 18, 2020 - Python
-
Updated
Mar 29, 2020 - Swift
-
Updated
Mar 29, 2020 - Shell
-
Updated
May 18, 2020 - Python
-
Updated
Oct 2, 2017 - Lua
Improve this page
Add a description, image, and links to the gobject-introspection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gobject-introspection topic, visit your repo's landing page and select "manage topics."


The documentation on hackage for
gdk_rgba_parsereadsOn
developer.gnome.org, it's: