| gfileinfo.h | gfileinfo.h | |||
|---|---|---|---|---|
| skipping to change at line 937 | skipping to change at line 937 | |||
| const char *con tent_type); | const char *con tent_type); | |||
| void g_file_info_set_size (GFileInfo *in fo, | void g_file_info_set_size (GFileInfo *in fo, | |||
| goffset siz e); | goffset siz e); | |||
| void g_file_info_set_modification_time (GFileInfo *in fo, | void g_file_info_set_modification_time (GFileInfo *in fo, | |||
| GTimeVal *mti me); | GTimeVal *mti me); | |||
| void g_file_info_set_symlink_target (GFileInfo *in fo, | void g_file_info_set_symlink_target (GFileInfo *in fo, | |||
| const char *sym link_target); | const char *sym link_target); | |||
| void g_file_info_set_sort_order (GFileInfo *in fo, | void g_file_info_set_sort_order (GFileInfo *in fo, | |||
| gint32 sor t_order); | gint32 sor t_order); | |||
| GType g_file_attribute_matcher_get_type (void) G_GNU C_CONST; | ||||
| GFileAttributeMatcher *g_file_attribute_matcher_new (const char *attributes); | GFileAttributeMatcher *g_file_attribute_matcher_new (const char *attributes); | |||
| GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttrib uteMatcher *matcher); | GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttrib uteMatcher *matcher); | |||
| void g_file_attribute_matcher_unref (GFileAttrib uteMatcher *matcher); | void g_file_attribute_matcher_unref (GFileAttrib uteMatcher *matcher); | |||
| gboolean g_file_attribute_matcher_matches (GFileAttrib uteMatcher *matcher, | gboolean g_file_attribute_matcher_matches (GFileAttrib uteMatcher *matcher, | |||
| const char *attribute); | const char *attribute); | |||
| gboolean g_file_attribute_matcher_matches_only (GFileAttrib uteMatcher *matcher, | gboolean g_file_attribute_matcher_matches_only (GFileAttrib uteMatcher *matcher, | |||
| const char *attribute); | const char *attribute); | |||
| gboolean g_file_attribute_matcher_enumerate_namespace (GFileA ttributeMatcher *matcher, | gboolean g_file_attribute_matcher_enumerate_namespace (GFileA ttributeMatcher *matcher, | |||
| const c har *ns); | const c har *ns); | |||
| const char * g_file_attribute_matcher_enumerate_next (GFileAttrib uteMatcher *matcher); | const char * g_file_attribute_matcher_enumerate_next (GFileAttrib uteMatcher *matcher); | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||