Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
d3920d17
Commit
d3920d17
authored
Dec 26, 2017
by
Matthias Clasen
Browse files
Document gdk_display_get_setting
New api needs documentation.
parent
22a43daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/gdkdisplay.c
View file @
d3920d17
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment