📄 gtkrecentfilter.sgml
字号:
<!-- ##### SECTION Title ##### -->GtkRecentFilter<!-- ##### SECTION Short_Description ##### -->A filter for selecting a subset of recently used files<!-- ##### SECTION Long_Description ##### --><para>A #GtkRecentFilter can be used to restrict the files being shownin a #GtkRecentChooser. Files can be filtered based on their name(with gtk_recent_filter_add_pattern()), on their mime type (withgtk_file_filter_add_mime_type()), on the application that hasregistered them (with gtk_recent_filter_add_application()), or bya custom filter function (with gtk_recent_filter_add_custom()).</para><para>Filtering by mime type handles aliasing and subclassing of mimetypes; e.g. a filter for text/plain also matches a file with mimetype application/rtf, since application/rtf is a subclass of text/plain.Note that #GtkRecentFilter allows wildcards for the subtype of amime type, so you can e.g. filter for image/*.</para><para>Normally, filters are used by adding them to a #GtkRecentChooser,see gtk_recent_chooser_add_filter(), but it is also possible tomanually use a filter on a file with gtk_recent_filter_filter().</para><para>Recently used files are supported since GTK+ 2.10.</para><!-- ##### SECTION See_Also ##### --><para>#GtkRecentChooser</para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkRecentFilter ##### --><para>The <structname>GtkRecentFilter</structname> struct containsonly private fields and should not be directly accessed.</para><!-- ##### STRUCT GtkRecentFilterInfo ##### --><para>A <structname>GtkRecentFilterInfo</structname> struct is usedto pass information about the tested file to gtk_recent_filter_filter().</para>@contains: Flags indicating which of the following fields need are filled@uri: the URI of the file being tested@display_name: the string that will be used to display the file in the recent chooser@mime_type: the mime type of the file@applications: the list of applications that have registered the file@groups: the groups to which the file belongs to@age: the number of days elapsed since the file has been registered<!-- ##### ENUM GtkRecentFilterFlags ##### --><para>These flags indicate what parts of a #GtkRecentFilterInfo structare filled or need to be filled.</para>@GTK_RECENT_FILTER_URI: the URI of the file being tested@GTK_RECENT_FILTER_DISPLAY_NAME: the string that will be used to display the file in the recent chooser@GTK_RECENT_FILTER_MIME_TYPE: the mime type of the file@GTK_RECENT_FILTER_APPLICATION: the list of applications that have registered the file@GTK_RECENT_FILTER_GROUP: the groups to which the file belongs to@GTK_RECENT_FILTER_AGE: the number of days elapsed since the file has been registered<!-- ##### USER_FUNCTION GtkRecentFilterFunc ##### --><para>The type of function that is used with custom filters,see gtk_recent_filter_add_custom().</para>@filter_info: a #GtkRecentFilterInfo that is filled according to the @needed flags passed to gtk_recent_filter_add_custom()@user_data: user data passed to gtk_recent_filter_add_custom()@Returns: %TRUE if the file should be displayed<!-- ##### FUNCTION gtk_recent_filter_new ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_recent_filter_get_name ##### --><para></para>@filter: @Returns: <!-- ##### FUNCTION gtk_recent_filter_set_name ##### --><para></para>@filter: @name: <!-- ##### FUNCTION gtk_recent_filter_add_mime_type ##### --><para></para>@filter: @mime_type: <!-- ##### FUNCTION gtk_recent_filter_add_pattern ##### --><para></para>@filter: @pattern: <!-- ##### FUNCTION gtk_recent_filter_add_pixbuf_formats ##### --><para></para>@filter: <!-- ##### FUNCTION gtk_recent_filter_add_application ##### --><para></para>@filter: @application: <!-- ##### FUNCTION gtk_recent_filter_add_group ##### --><para></para>@filter: @group: <!-- ##### FUNCTION gtk_recent_filter_add_age ##### --><para></para>@filter: @days: <!-- ##### FUNCTION gtk_recent_filter_add_custom ##### --><para></para>@filter: @needed: @func: @data: @data_destroy: <!-- ##### FUNCTION gtk_recent_filter_get_needed ##### --><para></para>@filter: @Returns: <!-- ##### FUNCTION gtk_recent_filter_filter ##### --><para></para>@filter: @filter_info: @Returns:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -