[glib] GSettings: reverse accidental addition to .h file
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] GSettings: reverse accidental addition to .h file
- Date: Tue, 14 Sep 2010 15:27:23 +0000 (UTC)
commit f497f3b7aee06cc2d1f04b9f9adf3555353f2579
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Sep 14 11:25:57 2010 -0400
GSettings: reverse accidental addition to .h file
A couple of extra function prototypes snuck into commit
77e3badcf3f15c7ac235904160d775febfcebcb5. Take those out.
gio/gsettings.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gio/gsettings.h b/gio/gsettings.h
index 294d885..0ee4399 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -82,9 +82,6 @@ GSettings * g_settings_new_with_backend_and_path (const g
gchar ** g_settings_list_children (GSettings *settings);
gchar ** g_settings_list_keys (GSettings *settings);
-gboolean g_settings_get_destroyed (GSettings *settings);
-GPermission * g_settings_get_permission (GSettings *settings);
-
gboolean g_settings_set_value (GSettings *settings,
const gchar *key,
GVariant *value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]