[Telepathy] [Bug 17336] New: Allow omitting TpDBusPropertiesMixinClass if the interfaces field would just be NULL .
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 28 06:48:48 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=17336
Summary: Allow omitting TpDBusPropertiesMixinClass if the
interfaces field would just be NULL.
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: low
Component: telepathy-glib
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: will.thompson at collabora.co.uk
TpDBusPropertiesMixinClass currently has to be a public field of any class
wanting to use it, even if that class would just set the list of interfaces to
the empty list. This is kind of a waste of 8 gpointer-widths.
Perhaps passing a zero offset to tp_dbus_properties_mixin_class_init could be
taken to mean that there is no MixinClass in the class, and that all interfaces
for which properties should be implemented will be set up with
tp_dbus_properties_mixin_implement_interface.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Telepathy
mailing list