Private state data for the Pager. More...
Go to the source code of this file.
Functions | |
void | pager_private_data_free (struct MuttWindow *win, void **ptr) |
Free Pager Data. | |
struct PagerPrivateData * | pager_private_data_new (void) |
Create new Pager Data. | |
Private state data for the Pager.
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.c.
void pager_private_data_free | ( | struct MuttWindow * | win, |
void ** | ptr | ||
) |
Free Pager Data.
win | Window |
ptr | Pager Data to free |
Definition at line 39 of file private_data.c.
struct PagerPrivateData * pager_private_data_new | ( | void | ) |
Create new Pager Data.
ptr | New PagerPrivateData |
Definition at line 59 of file private_data.c.