[PackageKit-commit] packagekit: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Mon Sep 21 08:23:21 PDT 2009


 docs/migration-glib-to-glib2.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bbebbed139aee8a446cdfc31442709b30b7b292e
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Sep 21 16:21:22 2009 +0100

    trivial: fix up a few typos in the migration document

diff --git a/docs/migration-glib-to-glib2.txt b/docs/migration-glib-to-glib2.txt
index 2c22f77..b0b8c7c 100644
--- a/docs/migration-glib-to-glib2.txt
+++ b/docs/migration-glib-to-glib2.txt
@@ -9,10 +9,10 @@ ________________________________________________________________________________
 |_______________________________________________|_______________________________________________|
 |						|						|
 | #include <packagekit-glib/packagekit.h>	| #include <packagekit-glib2/packagekit.h>	|
-| PkTaskListItem				| <nothing> -- see client/pk-monitor.c		|
+| PkTaskListItem				| PkTransactionList -- see client/pk-monitor.c	|
 | PkConnection					| <nothing> -- signal moved to PkControl	|
 | pk_client_cancel				| g_cancellable_cancel()			|
-| pk_service_pack_set_filename			| <nothing> -- now an asyncronous method	|
+| pk_service_pack_set_filename			| <nothing> -- now an asynchronous method	|
 | pk_package_ids_from_array			| pk_ptr_array_to_strv				|
 | PkPackageId					| Just a gchar * of the package_id		|
 | pk_package_id_new_from_string			|	"		"			|


More information about the PackageKit-commit mailing list