X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprintjob.c;h=49c664d88fcd5d228b8dd2a06841239d3f39c0ab;hb=79695ee64d41c9aadfe2c6f18dc7dd1e3fd44852;hp=d37e1221a91ecc88f85257891afb1c55d7d4fa20;hpb=e9319c618212f385d5e3702cc86c51bd87970356;p=~andy%2Fgtk diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index d37e1221a..49c664d88 100644 --- a/gtk/gtkprintjob.c +++ b/gtk/gtkprintjob.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /** @@ -336,7 +334,7 @@ gtk_print_job_new (const gchar *title, * * Gets the #GtkPrintSettings of the print job. * - * Return value: the settings of @job + * Return value: (transfer none): the settings of @job * * Since: 2.10 */ @@ -354,7 +352,7 @@ gtk_print_job_get_settings (GtkPrintJob *job) * * Gets the #GtkPrinter of the print job. * - * Return value: the printer of @job + * Return value: (transfer none): the printer of @job * * Since: 2.10 */ @@ -376,7 +374,7 @@ gtk_print_job_get_printer (GtkPrintJob *job) * * Since: 2.10 */ -G_CONST_RETURN gchar * +const gchar * gtk_print_job_get_title (GtkPrintJob *job) { g_return_val_if_fail (GTK_IS_PRINT_JOB (job), NULL); @@ -422,7 +420,7 @@ gtk_print_job_set_status (GtkPrintJob *job, /** * gtk_print_job_set_source_file: * @job: a #GtkPrintJob - * @filename: the file to be printed + * @filename: (type filename): the file to be printed * @error: return location for errors * * Make the #GtkPrintJob send an existing document to the @@ -471,7 +469,7 @@ gtk_print_job_set_source_file (GtkPrintJob *job, * Gets a cairo surface onto which the pages of * the print job should be rendered. * - * Return value: the cairo surface of @job + * Return value: (transfer none): the cairo surface of @job * * Since: 2.10 **/ @@ -749,7 +747,8 @@ gtk_print_job_set_pages (GtkPrintJob *job, * * Gets the page ranges for this job. * - * Returns: a pointer to an array of #GtkPageRange structs + * Returns: (array length=n_ranges) (transfer none): a pointer to an + * array of #GtkPageRange structs * * Since: 3.0 */ @@ -764,7 +763,8 @@ gtk_print_job_get_page_ranges (GtkPrintJob *job, /** * gtk_print_job_set_page_ranges: * @job: a #GtkPrintJob - * @ranges: pointer to an array of #GtkPageRange structs + * @ranges: (array length=n_ranges): pointer to an array of + * #GtkPageRange structs * @n_ranges: the length of the @ranges array * * Sets the page ranges for this job. @@ -990,7 +990,7 @@ gtk_print_job_get_collate (GtkPrintJob *job) } /** - * gtk_print_job_set_collated: + * gtk_print_job_set_collate: * @job: a #GtkPrintJob * @collate: whether the job is printed collated *