summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-04-22 00:36:07 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-04-22 00:38:43 +0200
commitc308f7f3e96094c4d5077655960a0910dbaa605c (patch)
tree950ac568f996d4e159297114ad22bd041fbb53ce /libnautilus-private/nautilus-file.h
parent4485d32d41f1519313ad49d43914bbd0b78d104b (diff)
downloadnautilus-c308f7f3e96094c4d5077655960a0910dbaa605c.tar.gz
Remove other deprecated GTK+ symbols
There were still some references to deprecated GTK+ symbols in some files, or in some comments. Let's drop them all.
Diffstat (limited to 'libnautilus-private/nautilus-file.h')
-rw-r--r--libnautilus-private/nautilus-file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-file.h b/libnautilus-private/nautilus-file.h
index c6385c43b..a9e573df1 100644
--- a/libnautilus-private/nautilus-file.h
+++ b/libnautilus-private/nautilus-file.h
@@ -120,8 +120,8 @@ NautilusFile * nautilus_file_get_by_uri (const c
NautilusFile * nautilus_file_get_existing (GFile *location);
NautilusFile * nautilus_file_get_existing_by_uri (const char *uri);
-/* Covers for gtk_object_ref and gtk_object_unref that provide two conveniences:
- * 1) You don't have to cast to GtkObject *, so using these is type safe.
+/* Covers for g_object_ref and g_object_unref that provide two conveniences:
+ * 1) Using these is type safe.
* 2) You are allowed to call these with NULL,
*/
NautilusFile * nautilus_file_ref (NautilusFile *file);