~sladen/indicator-session/indicator-session-system-devices-naming

« back to all changes in this revision

Viewing changes to src/apt-transaction.h

  • Committer: Conor Curran
  • Date: 2011-07-22 17:00:09 UTC
  • mfrom: (161.3.3 device-menu-reorg)
  • Revision ID: conor.curran@canonical.com-20110722170009-cqv9pgg7ljjg60k8
apt item partially working

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define _APT_TRANSACTION_H_
22
22
 
23
23
#include <glib-object.h>
 
24
#include "dbus-shared-names.h"
24
25
 
25
26
G_BEGIN_DECLS
26
27
 
39
40
        GObjectClass parent_class;
40
41
};
41
42
 
42
 
AptTransaction* apt_transaction_new (gchar* transaction_id);
43
 
 
 
43
AptTransaction* apt_transaction_new (gchar* transaction_id, TransactionType t);
 
44
TransactionType apt_transaction_get_transaction_type (AptTransaction* self);
44
45
GType apt_transaction_get_type (void) G_GNUC_CONST;
45
46
 
46
47
G_END_DECLS