diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-06 17:32:29 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-06 17:32:29 -0700 |
commit | ecbdeeb13f0344532881d46a50ce6bbf389dc716 (patch) | |
tree | 09eb01a6020ce076979b8aff2645521d2dcf91f6 /remote_plot.c | |
parent | ba02ee5d70c1d0c7ca56484e8a2efd5e472a0169 (diff) |
Add references
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote_plot.c b/remote_plot.c index b41e2c6..cb289ae 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -3,6 +3,8 @@ // https://api.libssh.org/stable/libssh_tutor_guided_tour.html // plplot example 17 // plplot example ext-cairo-test.c +// https://docs.gtk.org/gtk4/class.DrawingArea.html +// https://www.gtk.org/docs/getting-started/hello-world/ #include <libssh/libssh.h> #include <stdlib.h> |