[Bug 32411] New: tp_g_signal_connect_object should complain if you use unsupported flags
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Dec 15 15:04:59 CET 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32411
Summary: tp_g_signal_connect_object should complain if you use
unsupported flags
Product: Telepathy
Version: git master
Platform: Other
URL: http://git.collabora.co.uk/?p=user/smcv/telepathy-glib
-smcv.git;a=shortlog;h=refs/heads/trivia
OS/Version: All
Status: ASSIGNED
Keywords: patch
Severity: minor
Priority: low
Component: tp-glib
AssignedTo: simon.mcvittie at collabora.co.uk
ReportedBy: simon.mcvittie at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
tp_g_signal_connect_object needs specific support for any connect-flags. It
currently supports both the flags that exist in GLib (SWAPPED and AFTER) and is
documented as such. However, if the GLib developers add more, we should stop
people trying to use them until we've added support for them.
This branch makes it return_if_fail if you disobey the documentation.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list