Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
libhandy
Commits
d11ccbf4
Commit
d11ccbf4
authored
Sep 21, 2018
by
Guido Gunther
Committed by
Adrien Plazas
Sep 24, 2018
Browse files
HdyHeaderGroup: Document hdy_group_set_focus()
This makes newer newer Gir scanner happy (and is a good thing anyway).
parent
bc84d70d
Pipeline
#1175
passed with stage
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/hdy-header-group.c
View file @
d11ccbf4
...
...
@@ -163,6 +163,12 @@ hdy_header_group_set_focus (HdyHeaderGroup *self,
g_object_notify_by_pspec
(
G_OBJECT
(
self
),
props
[
PROP_FOCUS
]);
}
/**
* hdy_header_group_get_focus:
* @self: a #HdyHeaderGroup
*
* Returns: (transfer none): The currently focused child
*/
GtkWidget
*
hdy_header_group_get_focus
(
HdyHeaderGroup
*
self
)
{
...
...
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