]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprintsettings.c
call gdk_flush() after showing the menu so we can definitely grab on it.
[~andy/gtk] / gtk / gtkprintsettings.c
index f4b19e718fe63260d0f087289013b097b62595cc..321bc7c5bb027159234e0b14c22e717cb6f010a3 100644 (file)
@@ -1540,10 +1540,12 @@ gtk_print_settings_new_from_file (const gchar  *file_name,
 /**
  * gtk_print_settings_new_from_key_file:
  * @key_file: the #GKeyFile to retrieve the settings from
+ * @group_name: the name of the group to use
  * @error: return location for errors, or %NULL
  * 
- * Reads the print settings from @key_file. Returns a new #GtkPrintSettings
- * object with the restored settings, or %NULL if an error occurred.
+ * Reads the print settings from the group @group_name in @key_file. 
+ * Returns a new #GtkPrintSettings object with the restored settings, 
+ * or %NULL if an error occurred.
  *
  * Return value: the restored #GtkPrintSettings
  *