|
G_BEGIN_DECLS void | vm_free (void *ptr) |
|
gboolean | VMTools_LoadConfig (const gchar *path, GKeyFileFlags flags, GKeyFile **config, time_t *mtime) |
|
gboolean | VMTools_AddConfig (GKeyFile *srcConfig, GKeyFile *dstConfig) |
|
gboolean | VMTools_CompareConfig (GKeyFile *config1, GKeyFile *config2) |
|
gboolean | VMTools_WriteConfig (const gchar *path, GKeyFile *config, GError **err) |
|
gboolean | VMTools_ChangeLogFilePath (const gchar *delimiter, const gchar *appendString, const gchar *domain, GKeyFile *conf) |
|
gboolean | VMTools_ConfigGetBoolean (GKeyFile *config, const gchar *section, const gchar *key, const gboolean defValue) |
|
gint | VMTools_ConfigGetInteger (GKeyFile *config, const gchar *section, const gchar *key, const gint defValue) |
|
gchar * | VMTools_ConfigGetString (GKeyFile *config, const gchar *section, const gchar *key, const gchar *defValue) |
|
GSource * | VMTools_NewSignalSource (int signum) |
|
gchar * | VMTools_GetLibdir (void) |
|
GSource * | VMTools_CreateTimer (gint timeout) |
| Create a timer based on a monotonic clock source. More...
|
|
void | VMTools_AcquireLogStateLock (void) |
|
void | VMTools_ReleaseLogStateLock (void) |
|
gchar * | VMTools_GetTimeAsString (void) |
|
void | VMTools_SuspendLogIO (void) |
|
void | VMTools_ResumeLogIO (void) |
|
GArray * | VMTools_WrapArray (gconstpointer data, guint elemSize, guint count) |
|
Public functions from the VMTools shared library, and other definitions.