Method
GioAppInfoequal
Declaration [src]
gboolean
g_app_info_equal (
GAppInfo* appinfo1,
GAppInfo* appinfo2
)
Description [src]
Checks if two GAppInfo
s are equal.
Note that the check may not compare each individual field, and only does an identity check. In case detecting changes in the contents is needed, program code must additionally compare relevant fields.