Top | ![]() |
![]() |
![]() |
![]() |
typedef struct { const gchar *id; const gchar *name; const gchar *fdo_cats[16]; } GsDesktopMap;
typedef struct { const gchar *id; const GsDesktopMap *mapping; const gchar *name; const gchar *icon; gint score; } GsDesktopData;
#define GS_DESKTOP_DATA_N_ENTRIES 12
Number of entries in the array returned by gs_desktop_get_data()
. This is
static and guaranteed to be up to date. It’s intended to be used when
defining static arrays which need to be the same size as the array returned
by gs_desktop_get_data()
.
Since: 40