introspection: Build with --warn-all --warn-error

* Use --warn-all, --warn-error
* Fix various broken gtk-doc
* Drop unused shell_get_event_related
* For header defines, we currently require them to end in _H to be skipped
* Drop the no-longer-necessary fix-meta-rectangle.py hack
* Move to the convention of using -private.h for headers that are,
  well, private.
* Add shell-wm-private.h
This commit is contained in:
Colin Walters
2010-09-01 20:48:11 -04:00
parent 86feb674ee
commit dddd97f6df
18 changed files with 124 additions and 75 deletions

View File

@ -511,7 +511,7 @@ shell_global_get_gdk_screen (ShellGlobal *global)
*
* Gets the list of MutterWindows for the plugin's screen
*
* Return value: (element-type MutterWindow) (transfer none): the list of windows
* Return value: (element-type Meta.MutterWindow) (transfer none): the list of windows
*/
GList *
shell_global_get_windows (ShellGlobal *global)
@ -1369,7 +1369,7 @@ shell_get_event_state (ClutterEvent *event)
*
* Get the global GSettings instance.
*
* Return value: (transfer none) The GSettings object (transfer none).
* Return value: (transfer none): The GSettings object
*/
GSettings *
shell_global_get_settings (ShellGlobal *global)
@ -1467,13 +1467,13 @@ shell_global_get_current_time (ShellGlobal *global)
}
/**
* shell_global_get_app_launch_context:
* shell_global_create_app_launch_context:
* @global: A #ShellGlobal
*
* Create a #GAppLaunchContext set up with the correct timestamp, and
* targeted to activate on the current workspace.
*
* Return value: A new #GAppLaunchContext
* Return value: (transfer full): A new #GAppLaunchContext
*/
GAppLaunchContext *
shell_global_create_app_launch_context (ShellGlobal *global)