forked from AuroraMiddleware/gtk
toplevel: Revise docs wording a bit
The documentation of ::compute-size didn't quite keep up with the changes in the MR. Fix it up.
This commit is contained in:
parent
1ccab92813
commit
0b21883518
@ -189,12 +189,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
|
|||||||
* system spontaneously changing the configuration.
|
* system spontaneously changing the configuration.
|
||||||
*
|
*
|
||||||
* It is the responsibility of the GdkToplevel user to handle this signal;
|
* It is the responsibility of the GdkToplevel user to handle this signal;
|
||||||
* failing to do so will result in an arbitrary fixed size being used as a
|
* failing to do so will result in an arbitrary size being used as a result.
|
||||||
* result. The signal may be emitted with the pointer to the @size being
|
|
||||||
* %NULL, in which case only the minimum and maximum size needs to be
|
|
||||||
* computed. This could happen for example if the toplevel configuration is in
|
|
||||||
* a state where the size is decided by the windowing system, such as
|
|
||||||
* maximized or fullscreen.
|
|
||||||
*/
|
*/
|
||||||
signals[COMPUTE_SIZE] =
|
signals[COMPUTE_SIZE] =
|
||||||
g_signal_new ("compute-size",
|
g_signal_new ("compute-size",
|
||||||
|
Loading…
Reference in New Issue
Block a user