[gnome-desktop] Fix a method name in the last commit that Bastien didn't like
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] Fix a method name in the last commit that Bastien didn't like
- Date: Fri, 24 Jun 2011 08:45:09 +0000 (UTC)
commit 9d41568652a02168455cef4332e3626ade846236
Author: Richard Hughes <richard hughsie com>
Date: Fri Jun 24 09:45:04 2011 +0100
Fix a method name in the last commit that Bastien didn't like
libgnome-desktop/gnome-rr.c | 4 ++--
libgnome-desktop/gnome-rr.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c
index d79f333..5addd2a 100644
--- a/libgnome-desktop/gnome-rr.c
+++ b/libgnome-desktop/gnome-rr.c
@@ -1610,12 +1610,12 @@ gnome_rr_output_get_backlight_max (GnomeRROutput *output)
}
/**
- * gnome_rr_output_get_backlight_now:
+ * gnome_rr_output_get_backlight:
*
* Returns: The currently set backlight brightness
*/
gint
-gnome_rr_output_get_backlight_now (GnomeRROutput *output, GError **error)
+gnome_rr_output_get_backlight (GnomeRROutput *output, GError **error)
{
guint now = -1;
#ifdef HAVE_RANDR
diff --git a/libgnome-desktop/gnome-rr.h b/libgnome-desktop/gnome-rr.h
index 1fa62a2..c3bf46e 100644
--- a/libgnome-desktop/gnome-rr.h
+++ b/libgnome-desktop/gnome-rr.h
@@ -139,7 +139,7 @@ const guint8 * gnome_rr_output_get_edid_data (GnomeRROutput *outpu
gint gnome_rr_output_get_backlight_min (GnomeRROutput *output);
gint gnome_rr_output_get_backlight_max (GnomeRROutput *output);
-gint gnome_rr_output_get_backlight_now (GnomeRROutput *output,
+gint gnome_rr_output_get_backlight (GnomeRROutput *output,
GError **error);
gboolean gnome_rr_output_set_backlight (GnomeRROutput *output,
gint value,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]