]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkrecentmanager.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkrecentmanager.sgml
index 39f8091772d7d18ff2c4784b90f0ec4f178e0b8c..c888b6e9fe7ac65423bb2dbaf6f5930bd6f833e4 100644 (file)
@@ -53,7 +53,7 @@ if (error)
 else
   {
     /* Use the info object */
-    g_object_unref (info);
+    gtk_recent_info_unref (info);
   }
   </programlisting>
 </informalexample>
@@ -70,6 +70,9 @@ Recently used files are supported since GTK+ 2.10.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkRecentManager ##### -->
 <para>
 Acts as a database of information about the list of recently
@@ -110,23 +113,16 @@ recently used files list.
 
 <!-- ##### STRUCT GtkRecentData ##### -->
 <para>
-Meta-data passed to gtk_recent_manager_add_full().  You should
-use #GtkRecentData if you want to control the meta-data associated
-to an entry of the recently used files list when you are adding
-a new file to it.
+
 </para>
 
-@display_name: the string to be used when displaying the file
-  inside a #GtkRecentChooser
-@description: a user readable description of the file
-@mime_type: the mime type of the file
-@app_name: the name of the application that is registering
-  the file
-@app_exec: the command line that should be used when launching
-  the file
-@groups: the list of group names to which the file belongs to
-@is_private: whether the file should be displayed only by
-  the applications that have registered it
+@display_name: 
+@description: 
+@mime_type: 
+@app_name: 
+@app_exec: 
+@groups: 
+@is_private: 
 
 <!-- ##### MACRO GTK_RECENT_MANAGER_ERROR ##### -->
 <para>
@@ -153,6 +149,7 @@ The #GQuark used for #GtkRecentManagerError errors.
 
 </para>
 
+@void: 
 @Returns: 
 
 
@@ -161,27 +158,10 @@ The #GQuark used for #GtkRecentManagerError errors.
 
 </para>
 
+@void: 
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_recent_manager_get_for_screen ##### -->
-<para>
-
-</para>
-
-@screen: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_recent_manager_set_screen ##### -->
-<para>
-
-</para>
-
-@manager: 
-@screen: 
-
-
 <!-- ##### FUNCTION gtk_recent_manager_add_item ##### -->
 <para>