Private state data for the Pager. More...
#include "config.h"#include <regex.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <sys/stat.h>#include "lib.h"#include "color/lib.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 | PagerPrivateData |
| Private state data for the Pager. More... | |
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.h.
| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| struct PagerPrivateData * pager_private_data_new | ( | void | ) |
Create new Pager Data.
| ptr | New PagerPrivateData |
Definition at line 59 of file private_data.c.
Here is the call graph for this function:
Here is the caller graph for this function: