mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 04:14:11 +02:00
girepository: Various fixes to symbol visibility and compilation defines
To make the setup in libgirepository match that in libgio. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3155
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
* to libgirepository; see
|
||||
* https://bugzilla.gnome.org/show_bug.cgi?id=630342
|
||||
*/
|
||||
#ifdef G_IREPOSITORY_COMPILATION
|
||||
#ifdef GI_COMPILATION
|
||||
#include "config.h"
|
||||
#include "girepository.h"
|
||||
#endif
|
||||
@@ -543,7 +543,7 @@ dump_error_quark (GQuark quark, const char *symbol, GOutputStream *out)
|
||||
*
|
||||
* Returns: %TRUE on success, %FALSE on error
|
||||
*/
|
||||
#ifndef G_IREPOSITORY_COMPILATION
|
||||
#ifndef GI_COMPILATION
|
||||
static gboolean
|
||||
dump_irepository (const char *arg, GError **error) G_GNUC_UNUSED;
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user