Features/GTK3/Shell/GTK3 Port: Difference between revisions
No edit summary |
|||
| Line 35: | Line 35: | ||
gtk_tree_view_column_set_attributes () is not introspectable . I have a workaround working, as it is just wrapping gtk_tree_view_column_add_attribute () but better is to add an override in pygobect, [https://bugzilla.gnome.org/show_bug.cgi?id=680320 sent a patch]. | gtk_tree_view_column_set_attributes () is not introspectable . I have a workaround working, as it is just wrapping gtk_tree_view_column_add_attribute () but better is to add an override in pygobect, [https://bugzilla.gnome.org/show_bug.cgi?id=680320 sent a patch]. | ||
Current issue: 'gi.repository.Gio' object has no attribute 'volume_monitor_get'. | Current issue: 'gi.repository.Gio' object has no attribute 'volume_monitor_get'. Fix: use Gio.VolumeMonitor.get() | ||
===Other issues=== | ===Other issues=== | ||