Bug 1015426

Summary: Missing Header gtklistbox.h
Product: [Fedora] Fedora Reporter: Florian "der-flo" Lehner <dev>
Component: gtk3Assignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: ccecchi, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-04 11:36:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Florian "der-flo" Lehner 2013-10-04 08:27:25 UTC
Description of problem:

/usr/include/gtk-3.0/gtk/gtklistbox.h is missing


Version-Release number of selected component (if applicable):

Installed Packages
Name        : gtk+-devel
Arch        : x86_64
Epoch       : 1
Version     : 1.2.10
Release     : 73.fc18

How reproducible:

Source doesn't compile, if GtkListBox is used and all gtk-Headers are included.

Steps to Reproduce:
1. install gtk+-devel
2. get some source using GtkListBox
3. try to compile

Actual results:

Source doesn't compile

Expected results:

Source does compile

Additional info:

Comment 1 Paul Howarth 2013-10-04 08:45:45 UTC
This is a gtk3 issue, not a gtk1 issue. The package you'd want would be gtk3-devel but that header file doesn't seem to be there either, possibly because I think GtkListBox was introduced in Gtk 3.10, and F-18 has Gtk 3.6.

Comment 2 Florian "der-flo" Lehner 2013-10-04 11:36:34 UTC
You are right!
It's my fault. I didnt's see, that GtkListBox was introduced in Gtk 3.10.

So I close this bug, because it isn't one.