Valadoc fixes.
This commit is contained in:
parent
1ace70831f
commit
cc0edbab09
|
@ -1,12 +1,12 @@
|
|||
namespace LAview.Core.Plugins {
|
||||
using Gtk, LAview;
|
||||
|
||||
class DataExample.PreferencesDialog : Object {
|
||||
class DataExample.PreferencesDialog : GLib.Object {
|
||||
Dialog dialog;
|
||||
|
||||
public bool composed { get; private set; default = false; }
|
||||
|
||||
public PreferencesDialog (Object parent) throws Error {
|
||||
public PreferencesDialog (GLib.Object parent) throws Error {
|
||||
var builder = new Builder ();
|
||||
builder.add_from_file (DataExample.AppDirs.ui_dir + "/laview-plugin-data-example.glade");
|
||||
builder.connect_signals (this);
|
||||
|
|
|
@ -4,7 +4,7 @@ extern const string GETTEXT_PACKAGE;
|
|||
|
||||
namespace LAview.Core.Plugins {
|
||||
/**
|
||||
* Plugin of type A1.
|
||||
* Data Plugin Example.
|
||||
*/
|
||||
public class PluginDataExample : PluginData {
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
BASEDIR=src config
|
||||
PKGS=gio-2.0 laview-core-iface-0 gobject-plugin-iface-0 gee-0.8
|
||||
PKGS=gtk+-3.0 gio-2.0 laview-core-iface-0 gobject-plugin-iface-0 gee-0.8
|
||||
|
|
Loading…
Reference in New Issue