Whitespace fixes

This commit is contained in:
Matthias Clasen
2011-12-01 00:21:11 -05:00
committed by Ryan Lortie
parent cedc3cb6e1
commit 0683f086bb
5 changed files with 46 additions and 48 deletions

View File

@ -332,7 +332,7 @@ gtk_application_remove_window (GtkApplication *application,
* gtk_application_get_windows: * gtk_application_get_windows:
* @application: a #GtkApplication * @application: a #GtkApplication
* *
* Gets a list of the #GtkWindow<!-- -->s associated with @application. * Gets a list of the #GtkWindows associated with @application.
* *
* The list is sorted by most recently focused window, such that the first * The list is sorted by most recently focused window, such that the first
* element is the currently focused window. (Useful for choosing a parent * element is the currently focused window. (Useful for choosing a parent

View File

@ -19,7 +19,7 @@
* Author: Ryan Lortie <desrt@desrt.ca> * Author: Ryan Lortie <desrt@desrt.ca>
*/ */
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly." #error "Only <gtk/gtk.h> can be included directly."
#endif #endif

View File

@ -922,5 +922,3 @@ gtk_application_window_get_app_menu (GtkApplicationWindow *window)
return menu; return menu;
} }