mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-24 01:02:08 +01:00
[PR #7] [MERGED] Improved gtk_init error handling #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/php-gtk-src/pull/7
Author: @pocketpc
Created: 6/23/2014
Status: ✅ Merged
Merged: 6/24/2014
Merged by: @php-pulls
Base:
master← Head:master📝 Commits (2)
4d8069bImproved gtk_init error handlinga6f4bb4Normalize line endings for tests📊 Changes
60 files changed (+1595 additions, -1590 deletions)
View changed files
➕
.gitattributes(+1 -0)📝
ext/gtk+/php_gtk+.c(+6 -2)📝
tests/GtkAboutDialog/activate-link-signal.phpt(+20 -20)📝
tests/GtkCellView/get_cell_renderers-deprecated.phpt(+20 -20)📝
tests/GtkInfoBar/__construct.phpt(+29 -29)📝
tests/GtkLabel/get_current_uri.phpt(+21 -21)📝
tests/GtkLabel/get_track_visited_links.phpt(+24 -24)📝
tests/GtkLabel/set_track_visited_links.phpt(+28 -28)📝
tests/GtkMenu/get_reserve_toggle_size.phpt(+24 -24)📝
tests/GtkMenu/set_reserve_toggle_size.phpt(+28 -28)📝
tests/GtkNotebook/get_group.phpt(+27 -27)📝
tests/GtkNotebook/get_group_name.phpt(+24 -24)📝
tests/GtkNotebook/group-name.phpt(+22 -22)📝
tests/GtkNotebook/set_group.phpt(+50 -50)📝
tests/GtkNotebook/set_group_name.phpt(+30 -30)📝
tests/GtkPrintOperation/get_embed_page_setup.phpt(+24 -24)📝
tests/GtkPrintOperation/get_has_selection.phpt(+24 -24)📝
tests/GtkPrintOperation/get_n_pages_to_print.phpt(+21 -21)📝
tests/GtkPrintOperation/get_support_selection.phpt(+24 -24)📝
tests/GtkPrintOperation/set_embed_page_setup.phpt(+28 -28)...and 40 more files
📄 Description
Replaced gtk_init_check with gtk_init_with_args so that we can return
the actual GTK error if it fails instead of a generic error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.