mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Document gdk_display_get_setting
New api needs documentation.
This commit is contained in:
parent
22a43dafc8
commit
d3920d17fa
@ -1901,6 +1901,20 @@ gdk_display_emit_opened (GdkDisplay *display)
|
||||
g_signal_emit (display, signals[OPENED], 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* gdk_display_get_setting:
|
||||
* @display: a #GdkDisplay
|
||||
* @name: the name of the setting
|
||||
* @value: location to store the value of the setting
|
||||
*
|
||||
* Retrieves a desktop-wide setting such as double-click time
|
||||
* for the @display.
|
||||
*
|
||||
* Returns: %TRUE if the setting existed and a value was stored
|
||||
* in @value, %FALSE otherwise
|
||||
*
|
||||
* Since: 3.94
|
||||
*/
|
||||
gboolean
|
||||
gdk_display_get_setting (GdkDisplay *display,
|
||||
const char *name,
|
||||
|
Loading…
Reference in New Issue
Block a user