mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 12:20:08 +00:00
examples: Use #pragma once consistently
It is our current coding style.
This commit is contained in:
parent
0d03e570b0
commit
9f068866e2
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -8,6 +7,3 @@
|
|||||||
G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPPREFS_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPPREFS_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleappwin.h"
|
#include "exampleappwin.h"
|
||||||
@ -10,6 +9,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppPrefs, example_app_prefs, EXAMPLE, APP_PREFS, Gt
|
|||||||
|
|
||||||
|
|
||||||
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPPREFS_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPPREFS_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPPREFS_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleappwin.h"
|
#include "exampleappwin.h"
|
||||||
@ -10,6 +9,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppPrefs, example_app_prefs, EXAMPLE, APP_PREFS, Gt
|
|||||||
|
|
||||||
|
|
||||||
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPPREFS_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPPREFS_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPPREFS_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleappwin.h"
|
#include "exampleappwin.h"
|
||||||
@ -10,6 +9,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppPrefs, example_app_prefs, EXAMPLE, APP_PREFS, Gt
|
|||||||
|
|
||||||
|
|
||||||
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPPREFS_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPP_H
|
#pragma once
|
||||||
#define __EXAMPLEAPP_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
@ -9,6 +8,3 @@ G_DECLARE_FINAL_TYPE (ExampleApp, example_app, EXAMPLE, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
ExampleApp *example_app_new (void);
|
ExampleApp *example_app_new (void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPP_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPPREFS_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPPREFS_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleappwin.h"
|
#include "exampleappwin.h"
|
||||||
@ -10,6 +9,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppPrefs, example_app_prefs, EXAMPLE, APP_PREFS, Gt
|
|||||||
|
|
||||||
|
|
||||||
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
ExampleAppPrefs *example_app_prefs_new (ExampleAppWindow *win);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPPREFS_H */
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef __EXAMPLEAPPWIN_H
|
#pragma once
|
||||||
#define __EXAMPLEAPPWIN_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "exampleapp.h"
|
#include "exampleapp.h"
|
||||||
@ -12,6 +11,3 @@ G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW,
|
|||||||
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
ExampleAppWindow *example_app_window_new (ExampleApp *app);
|
||||||
void example_app_window_open (ExampleAppWindow *win,
|
void example_app_window_open (ExampleAppWindow *win,
|
||||||
GFile *file);
|
GFile *file);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __EXAMPLEAPPWIN_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user