[anjuta] libanjuta: anjuta-pkg-config minor header bugfix.
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: anjuta-pkg-config minor header bugfix.
- Date: Wed, 22 Jun 2011 20:33:04 +0000 (UTC)
commit 7037d4c0a026f57b45cb4cc706aec8cce80ddb20
Author: Massimo Corà <mcora src gnome org>
Date: Wed Jun 22 22:17:29 2011 +0200
libanjuta: anjuta-pkg-config minor header bugfix.
libanjuta/anjuta-pkg-config.h | 26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/libanjuta/anjuta-pkg-config.h b/libanjuta/anjuta-pkg-config.h
index 72ab573..96be959 100644
--- a/libanjuta/anjuta-pkg-config.h
+++ b/libanjuta/anjuta-pkg-config.h
@@ -16,14 +16,22 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
+#ifndef _ANJUTA_PKG_CONFIG_H_
+#define _ANJUTA_PKG_CONFIG_H_
+
+#include <glib.h>
- #include <glib.h>
-
-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);
+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);
+
+#endif
-gchar* anjuta_pkg_config_get_version (const gchar* package);
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]