This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/gnoemoe/dialogs/gm-world-info-dialog.h

19 lines
373 B
C

#ifndef __GM_WORLD_INFO_DIALOG_H__
#define __GM_WORLD_INFO_DIALOG_H__
typedef struct _GmWorldInfo {
gchar *name;
gchar *homepage;
gchar *location;
gchar *admin;
gchar *contact;
gchar *charset;
gchar *language;
gchar *system;
gchar *logo;
} GmWorldInfo;
GtkDialog *gm_world_info_dialog_new(GmWorldInfo const *world_info);
#endif /* __GM_WORLD_INFO_DIALOG_H__ */