Private state data for the Index. More...
#include <stdbool.h>
Include dependency graph for private_data.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | IndexPrivateData |
| Private state data for the Index. More... | |
Functions | |
| void | index_private_data_free (struct MuttWindow *win, void **ptr) |
| Free Private Index Data - Implements MuttWindow::wdata_free() -. | |
| struct IndexPrivateData * | index_private_data_new (struct IndexSharedData *shared) |
| Create new Index Data. | |
Private state data for the Index.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file private_data.h.
| struct IndexPrivateData * index_private_data_new | ( | struct IndexSharedData * | shared | ) |
Create new Index Data.
| shared | Shared Index data |
| ptr | New IndexPrivateData |
Definition at line 49 of file private_data.c.
Here is the caller graph for this function: