X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprintjob.c;h=49c664d88fcd5d228b8dd2a06841239d3f39c0ab;hb=79695ee64d41c9aadfe2c6f18dc7dd1e3fd44852;hp=634e6b45ca071834d14141e1f24b29cf82ecaaca;hpb=2fb1c064020c5db189285b1d5e8b8dcea8e9d09b;p=~andy%2Fgtk diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index 634e6b45c..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 . */ /** @@ -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); @@ -765,9 +763,8 @@ gtk_print_job_get_page_ranges (GtkPrintJob *job, /** * gtk_print_job_set_page_ranges: * @job: a #GtkPrintJob - * @ranges: (array length=n_ranges): pointer to an array of - * #GtkPageRange structs + * #GtkPageRange structs * @n_ranges: the length of the @ranges array * * Sets the page ranges for this job. @@ -993,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 *