Bug 18146 - tp_connection_manager_new()'s manager_filename should be optional.
Summary: tp_connection_manager_new()'s manager_filename should be optional.
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 02:26 UTC by Murray Cumming
Modified: 2009-01-07 08:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Murray Cumming 2008-10-21 02:26:53 UTC
tp_connection_manager_new() takes a manager_filename parameter:
http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection-manager.html#tp-connection-manager-new

This seems to be the name for the cache of connection manager properties. If so, that should be documented.

I guess that this should be optional, meaning that either a default file will be used, or no cache will be used. Maybe it already is. If so, that should be documented.
Comment 1 Will Thompson 2009-01-07 04:32:17 UTC
The #TpConnectionManager:manager-file property had an associated docstring stating that it can be NULL, but unfortunately all the property docstrings in this file mistakenly have two colons, so gtkdoc ignores the docstring and introspects the property instead, yielding less useful documentation. I've fixed this and clarified the documentation, pending review.
Comment 2 Will Thompson 2009-01-07 08:54:33 UTC
commit d33ab403c8f792e816560561ac7ecccb8eb90084
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Wed Jan 7 12:30:00 2009 +0000

    Clarify tp_connection_manager_new's arguments.
    
    Fixes fd.o #18146


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.