sharing: Replace ifdefs with #pragma once
This commit is contained in:
parent
3a95330b17
commit
51e0b38774
1 changed files with 4 additions and 3 deletions
|
@ -17,12 +17,13 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CC_GNOME_REMOTE_DESKTOP_H
|
#pragma once
|
||||||
#define CC_GNOME_REMOTE_DESKTOP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <libsecret/secret.h>
|
#include <libsecret/secret.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
const SecretSchema * cc_grd_vnc_password_get_schema (void);
|
const SecretSchema * cc_grd_vnc_password_get_schema (void);
|
||||||
#define CC_GRD_VNC_PASSWORD_SCHEMA cc_grd_vnc_password_get_schema ()
|
#define CC_GRD_VNC_PASSWORD_SCHEMA cc_grd_vnc_password_get_schema ()
|
||||||
|
|
||||||
|
@ -46,4 +47,4 @@ void cc_grd_on_vnc_password_entry_notify_text (GtkEntry *entry,
|
||||||
GParamSpec *pspec,
|
GParamSpec *pspec,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
#endif /* CC_GNOME_REMOTE_DESKTOP_H */
|
G_END_DECLS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue