diff options
| author | Trung LĂȘ <8@tle.id.au> | 2026-06-10 11:11:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-10 11:11:52 +1000 |
| commit | 3d6435e45cc4b760afa10ddf96a1c542817c0fe1 (patch) | |
| tree | c461c87c953d6b57abb5ca353bfe8929d06fe12d /src/global_shortcuts.h | |
| parent | 76ff689850c160e7eca27ee51852dcf17cc1938a (diff) | |
| parent | 53ccd9f7ca56a77c445c1cf5eada3ea8e07c16b6 (diff) | |
Merge pull request #7 from runlevel5/feature/goblint-analysis
ci: adopt gobject-linter as a blocking static-analysis gate
Diffstat (limited to 'src/global_shortcuts.h')
| -rw-r--r-- | src/global_shortcuts.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/global_shortcuts.h b/src/global_shortcuts.h index 087c177..ddedec7 100644 --- a/src/global_shortcuts.h +++ b/src/global_shortcuts.h @@ -1,5 +1,4 @@ -#ifndef GLOBAL_SHORTCUTS_H -#define GLOBAL_SHORTCUTS_H +#pragma once /* Global shortcuts via desktop portal */ @@ -37,5 +36,3 @@ bool gsr_global_shortcuts_list_shortcuts(gsr_global_shortcuts *self, gsr_shortcu bool gsr_global_shortcuts_bind_shortcuts(gsr_global_shortcuts *self, const gsr_bind_shortcut *shortcuts, int num_shortcuts, gsr_shortcut_callback callback, void *userdata); bool gsr_global_shortcuts_subscribe_activated_signal(gsr_global_shortcuts *self, gsr_deactivated_callback deactivated_callback, gsr_shortcut_callback shortcut_changed_callback, void *userdata); - -#endif /* GLOBAL_SHORTCUTS_H */ |
