view pui-types.h.in @ 46:8ed91c5e0116

Explicitly schedule the initial check for updates after a fixed short delay Explicitly schedule the first check after startup to run after a short delay defined in PUI_STARTUP_DELAY. This was always intended but not correctly handled before, the first check could thus take up to the number of seconds defined in PUI_CHECK_UPDATES_INTERVAL.
author Guido Berhoerster <guido+pui@berhoerster.name>
date Mon, 09 Nov 2020 15:06:04 +0100
parents adba37525ee5
children
line wrap: on
line source

/*** BEGIN file-header ***/
#ifndef	PUI_TYPES_H
#define	PUI_TYPES_H

#include <glib-object.h>

G_BEGIN_DECLS
/*** END file-header ***/

/*** BEGIN file-production ***/

/* enumerations from "@filename@" */
/*** END file-production ***/

/*** BEGIN value-header ***/

#define	@ENUMPREFIX@_TYPE_@ENUMSHORT@	(@enum_name@_get_type())
GType	@enum_name@_get_type(void) G_GNUC_CONST;
/*** END value-header ***/

/*** BEGIN file-tail ***/

gchar *	pui_types_enum_to_string(GType, gint);

G_END_DECLS

#endif /* !PUI_TYPES_H */
/*** END file-tail ***/