Whitespace fixes
This commit is contained in:
committed by
Ryan Lortie
parent
cedc3cb6e1
commit
0683f086bb
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -922,5 +922,3 @@ gtk_application_window_get_app_menu (GtkApplicationWindow *window)
|
|||||||
|
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user