anjuta-pkg-config

anjuta-pkg-config

Synopsis

GList *             anjuta_pkg_config_list_dependencies (const gchar *package,
                                                         GError **error);
GList *             anjuta_pkg_config_get_directories   (const gchar *pkg_name,
                                                         gboolean no_deps,
                                                         GError **error);
gboolean            anjuta_pkg_config_ignore_package    (const gchar *name);
gchar *             anjuta_pkg_config_get_version       (const gchar *package);

Description

Details

anjuta_pkg_config_list_dependencies ()

GList *             anjuta_pkg_config_list_dependencies (const gchar *package,
                                                         GError **error);


anjuta_pkg_config_get_directories ()

GList *             anjuta_pkg_config_get_directories   (const gchar *pkg_name,
                                                         gboolean no_deps,
                                                         GError **error);


anjuta_pkg_config_ignore_package ()

gboolean            anjuta_pkg_config_ignore_package    (const gchar *name);


anjuta_pkg_config_get_version ()

gchar *             anjuta_pkg_config_get_version       (const gchar *package);