File: simple-custom-quick-setting.h

package info (click to toggle)
phosh 0.53.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,868 kB
  • sloc: ansic: 83,377; xml: 3,981; python: 717; sh: 449; makefile: 34; lisp: 22; javascript: 6
file content (21 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) 2024 Tether Operations Limited
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 * Author: Arun Mani J <arunmani@peartree.to>
 */

#pragma once

#include "quick-setting.h"

G_BEGIN_DECLS

#define PHOSH_TYPE_SIMPLE_CUSTOM_QUICK_SETTING phosh_simple_custom_quick_setting_get_type ()

G_DECLARE_FINAL_TYPE (PhoshSimpleCustomQuickSetting,
                      phosh_simple_custom_quick_setting,
                      PHOSH, SIMPLE_CUSTOM_QUICK_SETTING, PhoshQuickSetting)

G_END_DECLS