diff options
Diffstat (limited to 'gtk/gtkshow.h')
-rw-r--r-- | gtk/gtkshow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h index b52f2c6977..339270a835 100644 --- a/gtk/gtkshow.h +++ b/gtk/gtkshow.h @@ -18,13 +18,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_SHOW_H__ +#define __GTK_SHOW_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_SHOW_H__ -#define __GTK_SHOW_H__ - G_BEGIN_DECLS gboolean gtk_show_uri (GdkScreen *screen, |