GnuCash  5.6-150-g038405b370+
Typedefs | Enumerations | Functions
import-pending-matches.h File Reference

Tracking container for pending match status. More...

#include <glib.h>
#include "import-backend.h"

Go to the source code of this file.

Typedefs

typedef GHashTable GNCImportPendingMatches
 

Enumerations

enum  GNCImportPendingMatchType { GNCImportPending_NONE, GNCImportPending_AUTO, GNCImportPending_MANUAL }
 

Functions

GNCImportPendingMatches * gnc_import_PendingMatches_new (void)
 
void gnc_import_PendingMatches_delete (GNCImportPendingMatches *map)
 
void gnc_import_PendingMatches_add_match (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info, gboolean selected_manually)
 
void gnc_import_PendingMatches_remove_match (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info, gboolean selected_manually)
 
GNCImportPendingMatchType gnc_import_PendingMatches_get_match_type (GNCImportPendingMatches *map, GNCImportMatchInfo *match_info)
 
const char * gnc_import_PendingMatches_get_type_str (GNCImportPendingMatchType type)
 

Detailed Description

Tracking container for pending match status.

Author
Copyright (C) 2016 Jesse Olmer

Definition in file import-pending-matches.h.