gtk+ r22133 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22133 - in trunk: . gtk
- Date: Sun, 18 Jan 2009 15:57:06 +0000 (UTC)
Author: matthiasc
Date: Sun Jan 18 15:57:06 2009
New Revision: 22133
URL: http://svn.gnome.org/viewvc/gtk+?rev=22133&view=rev
Log:
* gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
Pointed out by Torsten Schoenfeld.
Modified:
trunk/ChangeLog
trunk/gtk/gtkstatusicon.h
Modified: trunk/gtk/gtkstatusicon.h
==============================================================================
--- trunk/gtk/gtkstatusicon.h (original)
+++ trunk/gtk/gtkstatusicon.h Sun Jan 18 15:57:06 2009
@@ -117,9 +117,9 @@
void gtk_status_icon_set_has_tooltip (GtkStatusIcon *status_icon,
gboolean has_tooltip);
void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
- const char *text);
+ const gchar *text);
void gtk_status_icon_set_tooltip_markup (GtkStatusIcon *status_icon,
- const char *markup);
+ const gchar *markup);
void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
gboolean visible);
gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]