Skip to content

Commit

Permalink
Add function description for gnc_main_window_menu_find_menu_item
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Nov 5, 2022
1 parent ab3ae3f commit e00bcf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gnucash/gnome-utils/gnc-main-window.h
Expand Up @@ -268,6 +268,16 @@ void gnc_main_window_menu_item_vis_by_action (GncMainWindow *window,
const gchar **action_names,
gboolean vis); //FIXMEb added

/** Find the menu item with the given action name for the window
* specified.
*
* @param window A pointer to the window whose user interface should
* be updated.
*
* @param action_name The action name of the tool item to find.
*
* @return The found menu item widget or NULL.
*/
GtkWidget *gnc_main_window_menu_find_menu_item (GncMainWindow *window,
const gchar *action_name); //FIXMEb added

Expand Down

0 comments on commit e00bcf5

Please sign in to comment.