docs: Fix cross-reference generation

https://bugzilla.gnome.org/show_bug.cgi?id=676856
This commit is contained in:
Tomeu Vizoso
2013-02-18 14:19:28 +01:00
committed by Jasper St. Pierre
parent 2863eba2e7
commit be46869782
8 changed files with 791 additions and 5 deletions

View File

@ -23,6 +23,12 @@
* 02111-1307, USA.
*/
/**
* SECTION:keybindings
* @Title: MetaKeybinding
* @Short_Description: Key bindings
*/
#define _GNU_SOURCE
#define _SVID_SOURCE /* for putenv() */

View File

@ -3715,6 +3715,7 @@ meta_window_is_screen_sized (MetaWindow *window)
/**
* meta_window_is_monitor_sized:
* @window: a #MetaWindow
*
* Return value: %TRUE if the window is occupies an entire monitor or
* the whole screen.