Compose Shared Data. More...
#include "config.h"
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | ComposeSharedData |
Shared Compose Data. More... | |
Enumerations | |
enum | ExpandoDataCompose { ED_COM_ATTACH_COUNT = 1 , ED_COM_ATTACH_SIZE } |
Expando UIDs for Compose. More... | |
Functions | |
void | compose_shared_data_free (struct MuttWindow *win, void **ptr) |
Free the compose shared data - Implements MuttWindow::wdata_free() -. | |
struct ComposeSharedData * | compose_shared_data_new (void) |
Free the compose shared data. | |
Compose Shared Data.
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 shared_data.h.
enum ExpandoDataCompose |
Expando UIDs for Compose.
Enumerator | |
---|---|
ED_COM_ATTACH_COUNT | |
ED_COM_ATTACH_SIZE |
Definition at line 54 of file shared_data.h.
struct ComposeSharedData * compose_shared_data_new | ( | void | ) |
Free the compose shared data.
ptr | New compose shared data |
Definition at line 48 of file shared_data.c.