Bug 11344 - use gboolean for boolean value not char
Summary: use gboolean for boolean value not char
Status: RESOLVED INVALID
Alias: None
Product: poppler
Classification: Unclassified
Component: glib frontend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 23:18 UTC by Kouhei Sutou
Modified: 2007-07-01 02:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
replaces 'char' type of boolean value with 'gboolean' (1.15 KB, patch)
2007-06-22 23:20 UTC, Kouhei Sutou
Details | Splinter Review

Description Kouhei Sutou 2007-06-22 23:18:58 UTC
PopplerFormField family uses 'char' for members that has boolean value.
GLib bindings should use 'gboolean' type for boolean value not 'char'.
Comment 1 Kouhei Sutou 2007-06-22 23:20:56 UTC
Created attachment 10413 [details] [review]
replaces 'char' type of boolean value with 'gboolean'
Comment 2 Carlos Garcia Campos 2007-07-01 02:06:43 UTC
This bug is not valid for current code. Closing as INVALID. 

Thank you very much for the patch. 


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.