Skip to content

Commit

Permalink
lib: Add a few comments in struct.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Sep 12, 2024
1 parent 3f827ff commit 57bede4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion liblepton/include/liblepton/struct.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Lepton EDA library
* Copyright (C) 1998-2010 Ales Hvezda
* Copyright (C) 1998-2016 gEDA Contributors
* Copyright (C) 2017-2022 Lepton EDA Contributors
* Copyright (C) 2017-2024 Lepton EDA Contributors
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Expand All @@ -24,10 +24,15 @@
#include <glib.h> /* Include needed to make GList work. */

/* Wrappers around a new list mechanism */

/* The list of selected objects of a page. */
typedef struct _LeptonList LeptonSelection;
/* The list of currently open pages. */
typedef struct _LeptonList LeptonPageList;

/* lepton-schematic structures */

/* The connection data. */
typedef struct st_conn LeptonConn;

/* Managed text buffers */
Expand Down

0 comments on commit 57bede4

Please sign in to comment.