Bug 20865 - libgammu API changes
Summary: libgammu API changes
Status: RESOLVED FIXED
Alias: None
Product: GeoClue
Classification: Unclassified
Component: Backends (obsolete) (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: Geoclue Bugs
QA Contact: Geoclue Bugs
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-03-25 13:51 UTC by Bernd Zeimetz
Modified: 2009-08-17 09:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
GSM_FindGammuRC API change fix (389 bytes, patch)
2009-03-25 13:51 UTC, Bernd Zeimetz
Details | Splinter Review

Description Bernd Zeimetz 2009-03-25 13:51:52 UTC
Created attachment 24244 [details] [review]
GSM_FindGammuRC API change fix

Hi!

As it seems the API of libgammu changed:


/**
 * Finds and reads gammu configuration file. The search order depends on
 * platform. On POSIX systems it looks for ~/.gammurc and then for
 * /etc/gammurc, on Windows for gammurc in Application data folder, then
 * in home and last fallback is in current driectory.
 *
 * \param result Ini file representation
 * \param force_config Forcing of custom path instead of autodetected
 * one (if NULL, autodetection is performed).
 *
 * \return Error code
 *
 * \ingroup StateMachine
 */
GSM_Error GSM_FindGammuRC(INI_Section ** result, const char *force_config);


I've patched geoclue in Debian so it uses autodetection, patch is attached.


Cheers,

Bernd
Comment 1 Keith Preston 2009-08-17 09:02:16 UTC
Patch committed to master branch, Thanks


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.