summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-12 15:27:36 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-12 15:27:52 +0200
commit11dc28c32169ac5c785b70d9f4fe97077c8b7ba8 (patch)
treeb2105603255842fa942b379a745980bb0f6c0b50 /fluid/Fl_Function_Type.cxx
parent9826b345ac3f6dd138d94b71cacd332c3a3ce2af (diff)
FLUDI documentation updates
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
-rw-r--r--fluid/Fl_Function_Type.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index 0a96326d5..22ced326b 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -34,8 +34,11 @@
Fl_Class_Type *current_class = NULL;
/**
- Return 1 if the list contains a function with the given signature at the top level.
- \param[in] rtype return type
+ \brief Return 1 if the list contains a function with the given signature at the top level.
+ Fl_Widget_Type uses this to check if a callback by a certain signature is
+ already defined by the user within this file. If not, Fl_Widget_Type will
+ generate an `extern $sig$;` statement.
+ \param[in] rtype return type, can be NULL to avoid checking (not used by Fl_Widget_Type)
\param[in] sig function signature
\return 1 if found.
*/