Top | ![]() |
![]() |
![]() |
![]() |
#define | FDO_CATS_MAX_NUM |
GsDesktopMap | |
GsDesktopData | |
#define | GS_DESKTOP_DATA_N_ENTRIES |
typedef struct { gchar *id; gchar *name; gchar *fdo_cats[FDO_CATS_MAX_NUM]; } GsDesktopMap;
typedef struct { gchar *id; GsDesktopMap *mapping; gchar *name; 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