Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
99b76970
Commit
99b76970
authored
Sep 21, 2018
by
Benjamin Otte
Browse files
video: Add header include guard
parent
39843ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
gtk/gtkmediacontrols.h
View file @
99b76970
...
...
@@ -20,6 +20,10 @@
#ifndef __GTK_MEDIA_CONTROLS_H__
#define __GTK_MEDIA_CONTROLS_H__
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#include <gtk/gtkmediastream.h>
#include <gtk/gtkwidget.h>
...
...
gtk/gtkvideo.h
View file @
99b76970
...
...
@@ -20,6 +20,10 @@
#ifndef __GTK_VIDEO_H__
#define __GTK_VIDEO_H__
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#include <gtk/gtkmediastream.h>
#include <gtk/gtkwidget.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment