diff options
author | Marek Kasik <mkasik@redhat.com> | 2009-09-24 15:34:56 +0200 |
---|---|---|
committer | Marek Kasik <mkasik@redhat.com> | 2009-09-24 15:34:56 +0200 |
commit | a3e07662185f17e5bff1a732db3aa9dad121a763 (patch) | |
tree | bda8182f60ff3356435bffeb32c65ac5c836b1cb /gtk/gtkmarshalers.list | |
parent | 9439a7ee0e1bc53e4f0246e6d6c441a253f36140 (diff) | |
download | gtk+-a3e07662185f17e5bff1a732db3aa9dad121a763.tar.gz |
Add support for 'auth-info' attribute to the CUPS backend
Check for 'auth-info-required' attribute from printer attributes to
find out whether an authentization of user is needed.
Change password dialog of print backend to be able to require informations
requested thru 'auth-info-required' (#566522).
Diffstat (limited to 'gtk/gtkmarshalers.list')
-rw-r--r-- | gtk/gtkmarshalers.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkmarshalers.list b/gtk/gtkmarshalers.list index 533a266ced..77873cb022 100644 --- a/gtk/gtkmarshalers.list +++ b/gtk/gtkmarshalers.list @@ -111,3 +111,4 @@ VOID:UINT,STRING,UINT VOID:UINT,UINT VOID:VOID OBJECT:OBJECT,INT,INT +VOID:POINTER,POINTER,POINTER,POINTER,STRING |