gobject
Here are 43 public repositories matching this topic...
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.
Just for the sake of discovering gtk-doc. I guess it wouldn't hurt here and there to have a bit of doc, especially for the libgszn library.
-
Updated
Jan 30, 2020
-
Updated
Jul 2, 2020 - C
-
Updated
Nov 24, 2017 - Vala
-
Updated
Mar 21, 2020 - Vala
-
Updated
Jan 22, 2020 - TypeScript
-
Updated
Mar 24, 2020 - Python
-
Updated
Feb 6, 2020 - V
-
Updated
May 18, 2020 - Python
-
Updated
Jun 15, 2019 - C++
-
Updated
Dec 7, 2018 - Python
-
Updated
Sep 30, 2019 - Python
-
Updated
Jul 10, 2017 - Kotlin
-
Updated
Apr 26, 2020 - Python
-
Updated
Jun 20, 2020 - Swift
-
Updated
May 5, 2019 - Vala
Improve this page
Add a description, image, and links to the gobject topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gobject topic, visit your repo's landing page and select "manage topics."
Hi
Can someone supply an example on how to initialize an Aravis.Buffer via new() or new_full() using a preallocated memory buffer. (https://lazka.github.io/pgi-docs/Aravis-0.6/classes/Buffer.html#Aravis.Buffer.new)
End goal is to use buffers in shared memory so I can share them between python processes using multiprocessing.