]> 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 6266994fd8b62f29dfe36c500d8676225911507a..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
@@ -79,6 +82,28 @@ and it will contain information about current recent manager
 for that screen.</para>
 
 
+<!-- ##### SIGNAL GtkRecentManager::changed ##### -->
+<para>
+
+</para>
+
+@recentmanager: the object which received the signal.
+
+<!-- ##### ARG GtkRecentManager:filename ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRecentManager:limit ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRecentManager:size ##### -->
+<para>
+
+</para>
+
 <!-- ##### STRUCT GtkRecentInfo ##### -->
 <para>
 Contains informations found when looking up an entry of the
@@ -88,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>
@@ -120,7 +138,6 @@ The #GQuark used for #GtkRecentManagerError errors.
 
 @GTK_RECENT_MANAGER_ERROR_NOT_FOUND: 
 @GTK_RECENT_MANAGER_ERROR_INVALID_URI: 
-@GTK_RECENT_MANAGER_ERROR_INVALID_MIME: 
 @GTK_RECENT_MANAGER_ERROR_INVALID_ENCODING: 
 @GTK_RECENT_MANAGER_ERROR_NOT_REGISTERED: 
 @GTK_RECENT_MANAGER_ERROR_READ: 
@@ -132,6 +149,7 @@ The #GQuark used for #GtkRecentManagerError errors.
 
 </para>
 
+@void: 
 @Returns: 
 
 
@@ -140,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>
 
@@ -361,7 +362,7 @@ The #GQuark used for #GtkRecentManagerError errors.
 @app_name: 
 @app_exec: 
 @count: 
-@time: 
+@time_
 @Returns: