Private state data for the Index. More...
#include <stdbool.h>
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.