File: config.h

package info (click to toggle)
gtklock 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: ansic: 1,195; makefile: 7; xml: 6
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// gtklock
// Copyright (c) 2022 Jovan Lanik

// Configuration

#pragma once

#include "glib.h"

void config_load(const char *path, const char *group, GOptionEntry entries[]);