-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
154 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: References | ||
description: References of libraries | ||
sidebar: | ||
order: 0 | ||
--- | ||
|
||
The references of the libraries are annotated for the C language. | ||
Reading their documentation will vary depending on the language they are used in. | ||
|
||
TODO: list some examples on how to read docs, | ||
for example the difference between C enums and gjs enums | ||
|
||
## Additional references | ||
|
||
### GJS | ||
|
||
- [gjs-docs.gnome.org](https://gjs-docs.gnome.org/): Library references annotated for GJS | ||
- [gjs.guide](https://gjs.guide/): GJS and GObject guide | ||
|
||
### Python | ||
|
||
- [pgi-docs](https://lazka.github.io/pgi-docs/): Library references annotated for Python | ||
- [pygobject.gnome.org](https://pygobject.gnome.org/): PyGObject reference and guide | ||
|
||
### Lua | ||
|
||
- [lua-lgi docs](https://github.com/lgi-devs/lgi/tree/master/docs): GObject bindings guide for Lua | ||
|
||
### Vala | ||
|
||
- [vala.dev](https://vala.dev/): Guide for the Vala language | ||
- [valadoc.org](https://valadoc.org/): Library references annotated for Vala | ||
|
||
## Astal Libraries | ||
|
||
- [Astal](/reference): libastal the core library, which has the widgets and utilites | ||
- [Apps](/reference/apps): Library and cli tool for querying applications | ||
- [Auth](/reference/auth): Authentication library using PAM | ||
- [Battery](/reference/battery): DBus proxy library for upower daemon | ||
- [Bluetooth](/reference/bluetooth): Library to control bluez over dbus | ||
- [Hyprland](/reference/hyprland): Library and cli tool for Hyprland IPC socket | ||
- [Mpris](/reference/mpris): Library and cli tool for controlling media players | ||
- [Network](/reference/network): NetworkManager wrapper library | ||
- [Notifd](/reference/notifd): A notification daemon library and cli tool | ||
- [PowerProfiles](/reference/powerprofiles): Library and cli to control upowerd powerprofiles | ||
- [River](/reference/river): Library and cli tool for getting status information of the river wayland compositor | ||
- [Tray](/reference/tray): A systemtray library and cli tool | ||
- [WirePlumber](/reference/wireplumber): A library for audio control using wireplumber |