forked from AuroraMiddleware/gtk
docs: gitignore GtkRecentManager .sgml template
THis completes commit 8eeeb97de6
This commit is contained in:
parent
8eeeb97de6
commit
133f0744b9
1
docs/reference/gtk/tmpl/.gitignore
vendored
1
docs/reference/gtk/tmpl/.gitignore
vendored
@ -20,6 +20,7 @@ gtkrecentchooser.sgml
|
||||
gtkrecentchooserdialog.sgml
|
||||
gtkrecentchoosermenu.sgml
|
||||
gtkrecentchooserwidget.sgml
|
||||
gtkrecentmanager.sgml
|
||||
gtkscalebutton.sgml
|
||||
gtkseparator.sgml
|
||||
gtkseparatormenuitem.sgml
|
||||
|
@ -131,10 +131,10 @@ typedef struct
|
||||
/**
|
||||
* GtkRecentInfo:
|
||||
*
|
||||
* <structname>GtkRecentInfo</structname> is an opaque data structure
|
||||
* #GtkRecentInfo is an opaque data structure
|
||||
* whose members can only be accessed using the provided API.
|
||||
*
|
||||
* <structname>GtkRecentInfo</structname> constains all the meta-data
|
||||
* #GtkRecentInfo constains all the meta-data
|
||||
* associated with an entry in the recently used files list.
|
||||
*
|
||||
* Since: 2.10
|
||||
|
@ -84,7 +84,7 @@ struct _GtkRecentData
|
||||
/**
|
||||
* GtkRecentManager:
|
||||
*
|
||||
* <structname>GtkRecentManager</structname> contains only private data
|
||||
* #GtkRecentManager contains only private data
|
||||
* and should be accessed using the provided API.
|
||||
*
|
||||
* Since: 2.10
|
||||
@ -100,7 +100,7 @@ struct _GtkRecentManager
|
||||
/**
|
||||
* GtkRecentManagerClass:
|
||||
*
|
||||
* <structname>GtkRecentManagerClass</structname> contains only private data.
|
||||
* #GtkRecentManagerClass contains only private data.
|
||||
*
|
||||
* Since: 2.10
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user