X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprintjob.c;h=49c664d88fcd5d228b8dd2a06841239d3f39c0ab;hb=61344219d4ba6d81854cc5bea8cf90f600358501;hp=010669303cce9eca855810a78367e8638c56c583;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;p=~andy%2Fgtk diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index 010669303..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); @@ -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 *