You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
# libublsettings-gtk3
|
|
# Выполнить
|
|
# Build
|
|
In order to build ubl-settings-logging you will need:
|
|
|
|
- CMake
|
|
- C compiler
|
|
- [ublsettings](https://gitea.ublinux.ru/Applications/libublsettings)
|
|
- GTK+ 3 & dependencies
|
|
- webkit2gtk (optional)
|
|
- vte-2.91
|
|
|
|
Once you have all the necessary dependencies, you can use:
|
|
```sh
|
|
$ make
|
|
```
|
|
|
|
# Installation
|
|
After a successful build, just use:
|
|
```sh
|
|
$ sudo make install clean
|
|
```
|
|
|
|
# Uninstallation
|
|
After a successful build, just use:
|
|
```sh
|
|
$ sudo make uninstall
|
|
```
|
|
# Library usage
|
|
Libublsettings-gtk3 provides librariy:
|
|
```C
|
|
#include <ublsettings-gtk3.h>
|
|
```
|
|
## ublsettings-gtk3
|
|
Ublsettings-gtk3 provides various utility functions used in ubl-settings- applications. They are divided into sections as:
|
|
**Terminal functions** yon_launch
|
|
**GTK functions** yon_gtk and yon_ubl_gtk
|
|
**GTK VTE functions** yon_terminal
|
|
**GTK Webkit functions** yon_ubl_browser
|
|
**GTK window configuration manipulation and saving functions** yon_window_config
|
|
**GTK status line renderer functions** yon_ubl_status |