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
Andrei Lișiță
libhandy
Commits
9edf31a3
Commit
9edf31a3
authored
Dec 21, 2020
by
Andrei Lișiță
🎮
Browse files
Update Deck and Leaflet insert functions docs following GTK4 docs
See
GNOME/gtk!2981
parent
ce8cd6d6
Pipeline
#240569
passed with stages
in 14 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/hdy-deck.c
View file @
9edf31a3
...
...
@@ -555,7 +555,7 @@ hdy_deck_prepend (HdyDeck *self,
* hdy_deck_insert_child_after:
* @self: a #HdyDeck
* @child: the #GtkWidget to insert
* @sibling: (nullable): the sibling to insert @child
after, or %NULL
* @sibling: (nullable): the sibling
after which
to insert @child
*
* Inserts @child in the position after @sibling in the list of children.
* If @sibling is %NULL, insert @child at the first position.
...
...
src/hdy-leaflet.c
View file @
9edf31a3
...
...
@@ -599,7 +599,7 @@ hdy_leaflet_prepend (HdyLeaflet *self,
* hdy_leaflet_insert_child_after:
* @self: a #HdyLeaflet
* @child: the #GtkWidget to insert
* @sibling: (nullable): the sibling to insert @child
after, or %NULL
* @sibling: (nullable): the sibling
after which
to insert @child
*
* Inserts @child in the position after @sibling in the list of children.
* If @sibling is %NULL, insert @child at the first position.
...
...
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