Clarify documentation. (#69026)
* gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
Clarify documentation. (#69026)
* gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix
missing initialization of adjustment. (#69025)
This commit is contained in:
@ -710,8 +710,11 @@ gtk_item_factory_get_widget (GtkItemFactory *ifactory,
|
||||
* @returns: the widget which corresponds to the given action, or %NULL
|
||||
* if no widget was found
|
||||
*
|
||||
* Obtains the widget which was constructed from the first #GtkItemFactoryEntry
|
||||
* Obtains the widget which was constructed from the #GtkItemFactoryEntry
|
||||
* with the given @action.
|
||||
*
|
||||
* If there are multiple items with the same action, the result is
|
||||
* undefined.
|
||||
*/
|
||||
GtkWidget*
|
||||
gtk_item_factory_get_widget_by_action (GtkItemFactory *ifactory,
|
||||
|
||||
Reference in New Issue
Block a user