11 lines
142 B
C
11 lines
142 B
C
|
#pragma once
|
||
|
|
||
|
#include "gtkshortcutmanager.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gtk_shortcut_manager_create_controllers (GtkWidget *widget);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|