gtk+ r21996 - trunk/gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21996 - trunk/gtk
- Date: Mon, 29 Dec 2008 07:25:29 +0000 (UTC)
Author: matthiasc
Date: Mon Dec 29 07:25:29 2008
New Revision: 21996
URL: http://svn.gnome.org/viewvc/gtk+?rev=21996&view=rev
Log:
More additions
Modified:
trunk/gtk/gtkstyle.c
Modified: trunk/gtk/gtkstyle.c
==============================================================================
--- trunk/gtk/gtkstyle.c (original)
+++ trunk/gtk/gtkstyle.c Mon Dec 29 07:25:29 2008
@@ -821,8 +821,10 @@
* @style: a #GtkStyle.
* @returns: @style.
*
+ * Increase the reference count of @style.
+ *
* Deprecated: 2.0: use g_object_ref() instead.
- **/
+ */
GtkStyle*
gtk_style_ref (GtkStyle *style)
{
@@ -833,8 +835,10 @@
* gtk_style_unref:
* @style: a #GtkStyle.
*
+ * Decrease the reference count of @style.
+ *
* Deprecated: 2.0: use g_object_unref() instead.
- **/
+ */
void
gtk_style_unref (GtkStyle *style)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]