Summary: | single include telepathy-glib.h | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Danielle Madeley <danielle> |
Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/danni/telepathy-glib.git;a=shortlog;h=refs/heads/unified-header | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: |
Description
Danielle Madeley
2009-11-22 16:27:45 UTC
I'd add at least defs.h to that. intset.h, proxy.h and dbus-daemon.h are automatically included by some of those headers but explicitly including them would be better. heap.h is uncommonly used, but is small and self-contained, so I'd add that too. Possibly also: channel-dispatcher.h, channel-dispatch-operation.h, channel-request.h. (In reply to comment #1) > intset.h, proxy.h and dbus-daemon.h are automatically included by some of those > headers but explicitly including them would be better. Bear in mind that at least dbus-daemon.h errors if you include it directly: #error dbus-daemon.h not to be used directly, #include <telepathy-glib/dbus.h> Ah, OK, that was how I handled that split. Ignore dbus-daemon.h then :-) (Similarly, verify.h is officially part of util.h) Ok. Updated based on this feedback. List is: interfaces.h gtypes.h enums.h errors.h util.h defs.h intset.h heap.h proxy.h dbus.h channel.h connection.h connection-manager.h account.h account-manager.h channel-dispatcher.h channel-dispatch-operation.h channel-request.h handle.h contact.h debug.h svc-generic.h svc-client.h Looks good to merge. Cool done. We should go through and add the gtk-doc @Include directive around the place, so people know what file to include. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.