gtkPrintOperationSetJobName      package:RGtk2      R Documentation

_g_t_k_P_r_i_n_t_O_p_e_r_a_t_i_o_n_S_e_t_J_o_b_N_a_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the name of the print job. The name is used to identify  the
     job (e.g. in monitoring applications like eggcups).

_U_s_a_g_e:

     gtkPrintOperationSetJobName(object, job.name)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkPrintOperation']  a 'GtkPrintOperation'

'job.name': [character]  a string that identifies the print job

_D_e_t_a_i_l_s:

     If you don't set a job name, GTK+ picks a default one by 
     numbering successive print jobs.  

     Since  2.10

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

