After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706259 - libnm-glib: add missing symbol
libnm-glib: add missing symbol
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Pavel Simerda
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-18 18:12 UTC by Giovanni Campagna
Modified: 2013-08-19 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libnm-glib: add missing symbol (880 bytes, patch)
2013-08-18 18:12 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2013-08-18 18:12:44 UTC
The symbol is part of the public API (included in the GIR file),
and gjs complains loudly if a defined symbol is not found.
Comment 1 Giovanni Campagna 2013-08-18 18:12:46 UTC
Created attachment 252146 [details] [review]
libnm-glib: add missing symbol
Comment 2 Pavel Simerda 2013-08-19 10:20:16 UTC
commit 36963d63810626dc8b870b5a6822bce208ad7322
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Aug 18 20:11:54 2013 +0200

    libnm-glib: add missing symbol
    
    The symbol is part of the public API (included in the GIR file),
    and gjs complains loudly if a defined symbol is not found.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706259
    
    Acked-by: Pavel Šimerda <psimerda@redhat.com>