Skip to content

Commit

Permalink
Update settings.hpp
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gfgtdf committed Nov 28, 2016
1 parent a67f919 commit b1b555d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/widgets/settings.hpp
Expand Up @@ -143,6 +143,11 @@ struct window_builder_invalid_id
{
};

/// @returns true on success
bool add_single_widget_definition(const std::string& widget_type, const std::string& definition_id, const config& cfg);
/// @returns true on success
bool remove_single_widget_definition(const std::string& widget_type, const std::string& definition_id);

/**
* Returns an interator to the requested builder.
*
Expand Down

0 comments on commit b1b555d

Please sign in to comment.